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

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

From: Sylvain Guillemette <allmedia@...>
Date: Sun, 27 Dec 1998 10:51:37 -0500
>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


Thanks, i'll try, but i'm not convinced it is that simple.

Sylvain