Project

General

Profile

Bug #144

Syntax error in Amal string

Added by David Baldwin about 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

#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Feedback

Cannot reproduce, please provide example.

#2

Updated by Baptiste Pillot about 4 years ago

Need a fully-working autonomous (without external file, or provide the image) code example please.
If not, we will close this.

#3

Updated by David Baldwin about 4 years ago

Close it. This error was caused by the ")" bug #167 which is now fixed.

#4

Updated by David Baldwin about 4 years ago

  • Status changed from Feedback to Closed

Also available in: Atom PDF