cursor location with default input
George Simon
flowersoft at compuserve.com
Wed Oct 12 21:16:26 PDT 2005
----- Original Message -----
From: "tony freehauf" <tony at ynotsoftware.com>
To: <filepro-list at lists.celestial.com>
Sent: Wednesday, October 12, 2005 11:04 PM
Subject: cursor location with default input
>
> hi experts
> i have a input statement with a 1 character default value and a 2
> character input variable
> how do i get the cursor to sit on the second position
> thanks
> old tony
>
> sample below:
>
> declare answer(2,*), startVal(1,*)
> start="t"
> input popup answer "Enter correct Value." DEFAULT startVal
>
> comment:
> the cursor sits on the first character of answer
> i wish it would sit on the second location
>
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
>
declare answer(2,*), startVal(1,*)
start="t"
pushkey "[crgt]"
input popup answer "Enter correct Value." DEFAULT startVal
More information about the Filepro-list
mailing list