5 lines
145 B
Text
5 lines
145 B
Text
put 0 into someVar
|
|
add 1 to someVar
|
|
-- without "into [field reference]" the value will appear
|
|
-- in the message box
|
|
put someVar -- into cd fld 1
|