S
spunkymuffmonkey
Hi,
I’m looking for a little help with string manipulation.
We use forms which detail daily events with our clients, each document has
the client’s name and client ID number at the top of the document for easy
recognition of whom the document relates to.
In the newer versions of these forms the client name and ID are entered into
a table, which allows me to easily pass this data into a variable.
However, in older versions there is no table, the client’s name and ID are
entered onto the form, but just as ‘free standing’ text, they normally appear
like:
Name of Client: Amy Client CareFirst ID: 19024481
I am having difficulty thinking how I can create a reliable variable when I
cannot tell where the name might start/end etc. I would need to pass the
name and the ID (19024481) into a variable so that I can use them for other
things.
It’s normally a tab that separates the two bits of info. Please let me know
if anymore information is required and thank you for any suggestions anybody
may have.
Kind regards
I’m looking for a little help with string manipulation.
We use forms which detail daily events with our clients, each document has
the client’s name and client ID number at the top of the document for easy
recognition of whom the document relates to.
In the newer versions of these forms the client name and ID are entered into
a table, which allows me to easily pass this data into a variable.
However, in older versions there is no table, the client’s name and ID are
entered onto the form, but just as ‘free standing’ text, they normally appear
like:
Name of Client: Amy Client CareFirst ID: 19024481
I am having difficulty thinking how I can create a reliable variable when I
cannot tell where the name might start/end etc. I would need to pass the
name and the ID (19024481) into a variable so that I can use them for other
things.
It’s normally a tab that separates the two bits of info. Please let me know
if anymore information is required and thank you for any suggestions anybody
may have.
Kind regards