Plaese tell me How to find out if an array is empty.
I'm thinking of using the empty function.
but it doesnt work.
SET NewVar TO ['a', 'b']
Variables.ClearList List: NewVar ClearedList=> NewVar
IF $'''empty(\'%NewVar%\')''' = $'''false''' THEN
Display.ShowMessageDialog.ShowMessage Title: $'''its empty''' Icon: Display.Icon.None Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: False ButtonPressed=> ButtonPressed
END