Quote from
luishp on April 5, 2022, 7:00 pm
@blustar SetCompVar was designed to work as composed variables work on VisualNEO Win. It replaces part of a variable name with the content stored in another variable. Try this code in a Button object:
SetVar [var1] "final"
SetCompVar [var[var1]] "Hi, this is text content"
jsAlert [varfinal]
Regards
@blustar SetCompVar was designed to work as composed variables work on VisualNEO Win. It replaces part of a variable name with the content stored in another variable. Try this code in a Button object:
SetVar [var1] "final"
SetCompVar [var[var1]] "Hi, this is text content"
jsAlert [varfinal]
Regards
javadrajabihakami has reacted to this post.