Project

General

Profile

Bug #144

Syntax error in Amal string

Added by David Baldwin over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
02/06/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

There's a problem when adding a string variable to an Amal instruction string.

Example:-

Amal A,"Anim 0,(25,"+A$+")(26,"+A$+")(27,"+A$+")(28,"+A$+")(29,5)" // This works fine.

If it's changed to this:-

Amal A,"Anim 0,(25,"+A$+")(26,"+A$+")(27,"+A$+")(28,"+A$+")(29,"+A$+")" // Causes Syntax Error

Also available in: Atom PDF