I am trying to divide the following string:
"Departure|Arrival|Time|Expenses"
This string will be used to populate the details section of a report. I need to divide the string at the pipe symbols(|) producing the following four individual fields:
Departure Arrival Time Expenses
Do you know of any way to divide this string into the desired individual fields. Is there a string function in Crystal Reports 9 that can be used to accomplish this task?
Your assistance in this matter is greatly appreciated.
"Departure|Arrival|Time|Expenses"
This string will be used to populate the details section of a report. I need to divide the string at the pipe symbols(|) producing the following four individual fields:
Departure Arrival Time Expenses
Do you know of any way to divide this string into the desired individual fields. Is there a string function in Crystal Reports 9 that can be used to accomplish this task?
Your assistance in this matter is greatly appreciated.