Amos Professional Manual  Contents  Index

Command Index


RDIALOG
Function
read the status of a zone or a button
RDIALOG$
Function
return text string entered into an edit zone
READ
Structure
read data into a variable
READ TEXT$
Instruction
display a text window on screen
REM
Structure
insert a reminder message or comment into program listing
REMEMBER X
Instruction
restore the x-coordinate of the text cursor
REMEMBER Y
Instruction
restore the y-coordinate of the text cursor
RENAME
Instruction
rename a file
REPEAT
Structure
mark the start of a conditional loop
REPEAT$
Function
repeat a string
REQUEST OFF
Instruction
cancel the requester
REQUEST ON
Instruction
use the AMOS Professional system requester
REQUEST WB
Instruction
use the Workbench system requester
REserve
Embedded Menu Command
reserve data area for a procedure
RESERVE AS CHIP DATA
Instruction
reserve a new chip data bank
RESERVE AS CHIP WORK
Instruction
reserve a new chip work bank
RESERVE AS DATA
Instruction
reserve a new data bank
RESERVE AS WORK
Instruction
reserve a new work bank
RESERVE ZONE
Instruction
allocate memory for screen zone
RESET ZONE
Instruction
erase screen zone
RESOURCE$
Function
read a message from the Resource Bank
RESOURCE BANK
Instruction
select a bank to be used for resources
RESOURCE SCREEN OPEN
Instruction
open a screen using resource settings
RESOURCE UNPACK
Instruction
unpack an image from the Resource Bank
RESTORE
Structure
set the current Read pointer
RESUME
Structure
resume program after error trapping
RESUME LABEL
Structure
jump to label after error trapping
RETURN
Instruction
return from a sub-routine
REV
Function
double-flip an image vertically and horizontally
RIGHT$
Function
give the rightmost characters of a string
RND
Function
generate random number
ROL.B
Instruction
rotate left the first 8 bits of a value
ROL.L
Instruction
rotate left the entire number
ROL.W
Instruction
rotate left the bottom 16 bits of a value
ROR.B
Instruction
rotate right the first 8 bits of a value
ROR.L
Instruction
rotate right the entire number
ROR.W
Instruction
rotate right the bottom 16 bits of a value
RT
Interface Instruction
return from an Interface sub-routine
RU
Interface Instruction
run until conditions are satisfied
RUN
Instruction
execute an AMOS Professional program
SA
Interface Instruction
save background under a dialogue box
SAM BANK
Instruction
change the current sample bank
SAM LOOP OFF
Instruction
toggle off repetition loop of sample
SAM LOOP ON
Instruction
toggle on repetition loop of a sample
SAM PLAY
Instruction
play a sample from the sample bank

Back    Next
14.G.13