gettingstarted
[Top] [All Lists]

help - PatientNameSplit

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: help - PatientNameSplit
From: Lennox Jacob <lenpartico at yahoo dot com>
Date: Sun, 27 Aug 2006 17:59:44 -0700 (PDT)
Delivered-to: listarchive at realsoftware dot com
Delivered-to: gettingstarted at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=THp/eKq4O+X0v8z3c1QOy7wECDHXK7fER7IwNMWkGXleM24EkDupFEkWwBOI7ftCX+E3cNovvVzxLb5IexvR+yfdRAt8mjHVmo6/PShtDY8kYZELo5j1b+B2oUgbAgwuyboDeZgjR0afy6xm2E4d87xOxeqB+ObEVmORR6gK8Bo= ;
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>


<Prev in Thread] Current Thread [Next in Thread>