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. Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted February 21, 2019 MVP 2023 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now