[futurebasic] Re: [FB] Dynamic Array with multiple subscripts

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2002 : Group Archive : Group : All Groups

From: barrie <barrie@...>
Date: Fri, 29 Mar 2002 13:03:03 -0400
Staz
I tried to set a blank edit field to a Monaco font in PG. When I run it the
EF font defaults to Geneva. I then tried to set the text as shown below but
it didn't work.  If I put something in it I can set the desired Text in PG.
The edit field has to start off empty.

Local Fn AddData2Fld (Txt$)
Edit Field _EFGrpData
TEXT _monaco,9,0'<------------ also tried TEXT before activating the EF
Setselect Window(_selEnd), Window(_selEnd)
Tekey$ = Txt$ + Chr$(13)
End Fn

Thanks Barrie
>