2021-10-21 04:19 PM - last edited on 2024-09-09 11:18 AM by Doreena Deng
Hello,
is it possible to convert a string to a length?
Thanks
Solved! Go to Solution.
2021-10-21 04:32 PM
In GDL yes. Look up the obviously named SPLIT command. 🙄 To be fair it does a good job, it's just not as immediately obvious as something like "StrToNum" which doesn't exist.
2021-10-21 04:32 PM
In GDL yes. Look up the obviously named SPLIT command. 🙄 To be fair it does a good job, it's just not as immediately obvious as something like "StrToNum" which doesn't exist.
2021-10-21 04:35 PM
... Unless you were after the length of the word on screen which is STW, or the number of characters which is STRLEN?
2021-10-21 05:12 PM
Thank you very much! I was aware of the SPLIT command but didn't know that it achieved what I was after.