Home › Forums › Problems and solutions in GDL › GDL add-ons › Possible to use data from external text file as parameters? › Reply To: Possible to use data from external text file as parameters?
April 18, 2018 at 15:25
#4003
Participant
This is also a nice solution, you need
until pos = 1
, meaning the string was found at position 1.STRSUB returns the substring from position 1 to pos.
var = prefix
is only true if var is exactly prefix, not longer.
I don’t suppose you would be able to give an example would you?
Thanks