Actions
Bug #162
openSet Wave causes syntax error.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/08/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example (an excerpt from Help_76):
S$="" : Degree
For S=0 To 255
V=Int((Sin(S)/2+Sin(S*2+45)/4)*128)+127
S$=S$+Chr$(V)
Next S
Set Wave 2,S$
No data to display
Actions