Hi,
I have a function ADD to add decimal numbers. When I call the function
:put [$ADD decimals=“3.1, 5.6” return=0]
it works and displays 8.7 which is right.
But when I try this script:
:global aa 3.1
:put [$ADD decimals=“$aa, 5.6” return=0]
I got “syntax error (line 56 column 22)”.
Line 56 is this → :put [$ADD decimals=“$aa, 5.6” return=0]
Please help thanks