BobH Posted February 20, 2019 Report Share Posted February 20, 2019 Is it possible to make the substring or remove string length variable? I need to read a string with changing amount o characters. I need to read from / to the next / for example. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted February 21, 2019 MVP 2022 Report Share Posted February 21, 2019 Yes. Start by using the "Find Substring" function to the location of the "/" characters. You may have to call the function a couple of times to find them all - put the separate found locations in separate tags. Then you can use the "Middle of String" function to extract your data. I'm not going to post any more here right now because I would like you to try to build this yourself and post your program to see how you're doing. Joe T. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.