01-28-2015 07:53 PM
Hi,
For the LabVIEW Web UI BUilder the script code in the event, is there any examples for me to refer ? I want to include 'if', 'if...else' structure and 'for' structure, is this possible to include to the event ? How i write the format ?
Can somebody guide me on this????
01-28-2015 09:04 PM
ADDITIONAL
a=runtime.GetProperty("D-DD.Value")
if (a>5): {
a==0
}
else: {
a==a+1
}
runtime.SetProperty("D-DD.Value",a)
above is my code for button click event but after i click the button, the 'if' loop not implemented, so just need all expert to help and guide me.
thank you