Hi All.

I am wondering if it is possible to take a string, split it at a certain character and then put the 2 parts in different text boxes.

For example:

String: PCNAME%Message

Textbox1: PCNAME

Textbox2: Message

thanks in advanced.