Project

General

Profile

Bug #546

Single-quoted strings do not work.

Added by Brian Flanagan over 3 years ago.

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

Also available in: Atom PDF