Nicolas Georges
Nicolas Georges
I'ld like to share my usage of redmine/your plugin. In my organisation, the people that have issues assigned to will mark them as resolved (most of the time), then another...
Hi, here is one way to do this : ``` ls_error = ln_json.parse('[{"route":"Transaction","service_status":"Active","balance":82,"validity":"2022-08-11T18:30:00.000Z"},{"route":"Promotional","service_status":"Active","balance":100,"validity":"2022-12-30T18:30:00.000Z"}]') if ls_error = "" then if ln_json.isarray() then any la_array[] la_array[] = ln_json.getarray() messagebox("array length:", string( upperbound(...
Hi, here is another way to do the same, using less retrieve() calls, so for huge array it should be faster: ``` int li_start, li_end String ls_error, ls_response any la_data,...