Home › Forums › Problems and solutions in GDL › Informations from the environment › Read Name of Project › Reply To: Read Name of Project
November 20, 2019 at 16:54
#18445
James Goode
Participant
I’d like to be able to get the full project name, eg. 00001-Project1-AC23
but only use the first 5 characters (00001) to compare against 5 numbers that I call from a text file.
So I would be able to do something like this:
if (project_number = text_file_number) then
match = 1
else
match = 0
endif
Thanks