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

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

From: Staz <staz@...>
Date: Fri, 29 Mar 2002 12:30:07 -0600
> 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

1) use the Text & Textures item to set the font from pg or
2) use 'edit text' to set the font (instead of 'text')


-STAZ  ~)~