[futurebasic] Re : [FB] String$ in code resource

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 1998 : Group Archive : Group : All Groups

From: jonathan@...
Date: Sun, 27 Dec 1998 12:48:18 +0100
Hi Sylvain and Alain

Referring to Sylvain's post he want's strings in a CODE
resource. Alain proposed using DATA.

Unfortunately you can't use DATA in a CODE resource.
And the solution is a lot simpler than Alain imagined:
there is a COMPILE param _strResource that must
be *omitted* when compiling, and thus FB will store
your strings in the code. That's all.

HTH
jonathan