How I can edit one array element in UI_INFIELD?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-07-06 08:18 AM
2019-07-06
08:18 AM
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.

2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-07-06 09:44 AM
2019-07-06
09:44 AM
You can use ui_infield{3}
ui_infield{3} MyStrArray[1], 62,20, 342, 20
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-07-06 10:20 AM
2019-07-06
10:20 AM
Thank you!)
