G
Guest
I'm trying to parse the following text to pull out the course info, which is
to the right of "below:" within the text. We can say the text value is
assigned to a variable called CourseInfo. There is always at least 1 space
between "below:" and the begninning of the course info, so I might need to
use Trim to drop the spaces.
"Please rate yourself based on the class listed below: PLN0010: Sales
Orders"
Much thanks,
Clint
to the right of "below:" within the text. We can say the text value is
assigned to a variable called CourseInfo. There is always at least 1 space
between "below:" and the begninning of the course info, so I might need to
use Trim to drop the spaces.
"Please rate yourself based on the class listed below: PLN0010: Sales
Orders"
Much thanks,
Clint