aspnetuser
Technical User
I get the subscript must be between 1 and the size of the array using the following formula.
stringvar State := split(trim(split({CSZ},",")[2])," ")[1];
CR 8.5
It works for the records it returns how do i solve the error?
stringvar State := split(trim(split({CSZ},",")[2])," ")[1];
CR 8.5
It works for the records it returns how do i solve the error?