AMOS Basic: Commands After Data Statements Crash AMOS #2
Labels
No Label
AMOS Pro Bugs List
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TheIndustriousRabbit/amos-professional#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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