AMOS Basic: Commands After Data Statements Crash AMOS #2

Open
opened 2023-03-25 15:33:50 +00:00 by john · 0 comments
Owner

Ref 1.02

Commands After Data Statements Crash AMOS
This will crash AMOS:
Data 10,10,20,34,56,98,34,21 : Rem data for image play
This is perfectly fine:
Rem data for image play
Data 10,10,20,34,56,98,34,21
NB: Data statements must also be listed before any procedures in your program otherwise the Editor
will think they don't exist! For this reason it is best to use Data statements as a temporary measure
when programming and put the data into an AMOS Bank once all the data is complete.

dead link:

http://www.amigacoding.com/index.php?title=AMOS:Bug_Commands_after_data_statements&oldid=2366

Ref 1.02 Commands After Data Statements Crash AMOS This will crash AMOS: Data 10,10,20,34,56,98,34,21 : Rem data for image play This is perfectly fine: Rem data for image play Data 10,10,20,34,56,98,34,21 NB: Data statements must also be listed before any procedures in your program otherwise the Editor will think they don't exist! For this reason it is best to use Data statements as a temporary measure when programming and put the data into an AMOS Bank once all the data is complete. dead link: http://www.amigacoding.com/index.php?title=AMOS:Bug_Commands_after_data_statements&oldid=2366
john added the
AMOS Pro Bugs List
label 2023-03-25 15:33:50 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TheIndustriousRabbit/amos-professional#2
No description provided.