Manual typos
RINGCOPY Page 1:
(1/2 ?)
Instead of:
(→ 1/2)
Page 2:
(← 1/2)
Instead of:
(← 2/2)
The keyword MML:
Page 7 of 7:
(←→ 7/7)
Instead of:
(← 7/7)
Please note that these typos and mistakes are made in Version 3.5.2. Some typos may or may not corrected.
There's a typo in PRGNAME$():... - If a running program has been suspended with the STOP instruction or the START button, orif an error has occured , ...Another typo, yay, this time a plural s is missing.
- Dialog are always displayed on the Touch Screen.
This time the caption: DIALOG("Text string",[Selection type],["Caption string"],[Timeout period]) The caption enclosed the arguments in brackets although typing it like so, crashes with an Illegal function call and the given example hasn't brackets.
On ver. 3.6.0:
for example, if the current project is changed through the Change Active Project setting,the project at non-execution time and the project at execution time will also be changed. Furthermore, when execution is started (by using RUN, executing a tool, or executing a program from the file viewer),the current project at non-execution time will be set as the initial valueof the current project at execution time.
COLOR - Only can used with numbers or Textcolor-constants. Background-color-constants are "out of range" Working examples:COLOR #TBLACK, #TYELLOW COLOR 1, #TYELLOW COLOR #TBLACK, 7 COLOR 1, 7 COLOR , #TYELLOW COLOR , 7 COLOR #TYELLOW