Hello all,
Is there a substring function in Micros 3700 SIM? For example, pseudocode below:
var str : A20 = "LongString"
var str1:A10 = substring(str,1,4) //will output "Long"
var str2:A10 = substring(str,5,10) //will output "String"
I tried to look in documentation but cannot find anything of equivalent.
Can anyone help point me in the right direction?
Thank you
Is there a substring function in Micros 3700 SIM? For example, pseudocode below:
var str : A20 = "LongString"
var str1:A10 = substring(str,1,4) //will output "Long"
var str2:A10 = substring(str,5,10) //will output "String"
I tried to look in documentation but cannot find anything of equivalent.
Can anyone help point me in the right direction?
Thank you