Actions
Bug #546
openSingle-quoted strings do not work.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/12/2020
Due date:
% Done:
0%
Estimated time:
4:00 h
Affected version:
Description
In AMOS Pro, it was possible to use single quoted strings.
In AOZ they don't work. Example:
A$="123"
B$='456'
C$="1'2"
D$='3"4'
Print A$,B$,C$,D$
The result should be:
123 456 1'2 3"4
No data to display
Actions