Reply To: Read Name of Project

#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