Quote from
luishp on June 29, 2026, 6:12 am
@soren-weitling please note you need to use quotes for text strings:
If [unitgroup] == 1
SetVar [EUR] 0.7
SetVar [unitgroup] "1 Elektrisk mindre mono(TE/TEK/MONO)"
Else
EndIf
Also note that, when you double-click a command, VIsualNEO Web will show you the command wizard that will allow you to fix any syntax problem.
Regards.
@soren-weitling please note you need to use quotes for text strings:
If [unitgroup] == 1
SetVar [EUR] 0.7
SetVar [unitgroup] "1 Elektrisk mindre mono(TE/TEK/MONO)"
Else
EndIf
Also note that, when you double-click a command, VIsualNEO Web will show you the command wizard that will allow you to fix any syntax problem.
Regards.
Soren Weitling has reacted to this post.