Hello,

I have an editfield named PatientName and two more named PatientNameSplit with 
their index set at 0 and 1

I have a pushbutton with the following code in its action event

Dim TheWholeName as string
Dim PatientNameSplit() as String
TheWholeName = PatientName.Text
PatientNameSplit() = Split(TheWholeName, " ")

When I enter aname in the editfield named PatientName, on pushing the 
pushbutton nothing happens - I expected the name to be split and show up in the 
two editfields named PatientNameSplit.

Any suggestions.

Thanks.
Lennox.

                
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to