a maybe simple question:
With the mid function one can make sure that a part of a text is token to display on a report, output or whatever.
But how to do the following:
"John Isaac"
"William Bill"
"Michael Robert"
In the report the following has to be visible:
"John"
"William"
"Michael"
The use of mid is i think possible, and starting with the first letter as well, but how to determine when the space is coming?
Please advise!
With the mid function one can make sure that a part of a text is token to display on a report, output or whatever.
But how to do the following:
"John Isaac"
"William Bill"
"Michael Robert"
In the report the following has to be visible:
"John"
"William"
"Michael"
The use of mid is i think possible, and starting with the first letter as well, but how to determine when the space is coming?
Please advise!