Message 1 of 2
How can I parse a string like a parameter does?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
I am writing some code where the user needs to enter a string. Right now my string is only ever interpreted as inches. how can I give it inputs like " 4' 3 1/4" " and have it know what I am taking about. Parameters already do this so the code must be somewhere in the program already.
Regards.