[futurebasic] Re: [FB] Container<-Resource help

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2001 : Group Archive : Group : All Groups

From: Martin Fitzgibbons <rush@...>
Date: Tue, 20 Feb 2001 12:23:52 +0800
First problem solved. You can't do an Edit$(1) = whatever after
you have routed to the printer.

Next problem, how do you get a Stylised text resource into the container?

Robin wrote:

> > snum = FN GetSTRcount(128)
> > for x = 1 to snum
> > gContainer = gContainer + "Help Topic Information For - " +
> > STR#(128,x) + chr$(13)
> > next x
> > EDIT FIELD -1,"",(30,20)-(540,770),_statNoFramed,_leftJust
> > edit$(1)   = #gContainer
> >
> > How would I get Stylised text resources into the container?

Martin