-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have problems with multiple expressions, using "Calcolate current line or selection".
STEPS
Create the 1.txt file with this content:
myvar := 200
myvar + 1
If calculating a row at a time, the result is this.
first row (ok):
second row (error):
Because qalc.exe does not remember the variables between one session and another.
If you select both lines I get an error:
Qalc.exe
If instead use qalc.exe directly, everything works fine:
comando:
qalc -f 1.txt
output:
This is the expected result.
Metadata
Metadata
Assignees
Labels
No labels