I have the parameter as array of the 10 text strings - MyStrArray
I need to edit any of elements of the array. For example - first element (MyStrArray[1]).
I try to write in user interface secrion:
UI_INFIELD MyStrArray[1], ...
Not work
UI_INFIELD "MyStrArray[1]", ...
System says that variable not exist.