String Char Position
Posted: Thu Oct 08, 2020 2:10 am
Hi,
is there a function to find a specific char into the string? if the only way is to code, please send me the code and how to install it.
ex: supposing that the string is: aabbcc112233-ddeeff445566, and the idea is to find the position of the char "-" in the string. the char position is 13.
I tried to use - string.indexof or instr but none of them worked, or I am using the wrong syntax.let me know if someone could help me.
thx.
is there a function to find a specific char into the string? if the only way is to code, please send me the code and how to install it.
ex: supposing that the string is: aabbcc112233-ddeeff445566, and the idea is to find the position of the char "-" in the string. the char position is 13.
I tried to use - string.indexof or instr but none of them worked, or I am using the wrong syntax.let me know if someone could help me.
thx.