Quote from
luishp on June 9, 2019, 5:45 pm
Software: VisualNEO Web
Version: 19.6.9
This is a minor update free for all current registered users.
Bug Fixes:
- ListBoxGetSelectedItem now gets the appropiate value.
New Actions:
- SetCompVar
Assign a value to a composed variable.
Example:
SetVar [num] "1"
SetCompVar [myvar[num]] "Hi! It works"
AlertBox "Variable value:" "[myvar1]" ""
- GetCompVar
Get the value from a composed variable and assign it to a regular one.
Example:
SetVar [num] "1"
SetCompVar [myvar[num]] "Hi! It works"
GetCompVar [result] [myvar[num]]
AlertBox "Variable value:" "[result]" ""
Please download the new version from the Downloads Section.
It's not necessary to uninstall previous version.
Software: VisualNEO Web
Version: 19.6.9
This is a minor update free for all current registered users.
Bug Fixes:
- ListBoxGetSelectedItem now gets the appropiate value.
New Actions:
- SetCompVar
Assign a value to a composed variable.
Example:
SetVar [num] "1"
SetCompVar [myvar[num]] "Hi! It works"
AlertBox "Variable value:" "[myvar1]" ""
- GetCompVar
Get the value from a composed variable and assign it to a regular one.
Example:
SetVar [num] "1"
SetCompVar [myvar[num]] "Hi! It works"
GetCompVar [result] [myvar[num]]
AlertBox "Variable value:" "[result]" ""
Please download the new version from the Downloads Section.
It's not necessary to uninstall previous version.
Vadim, Darbdenral and Punglisin have reacted to this post.