[futurebasic] Resource

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 1999 : Group Archive : Group : All Groups

From: Sylvain Guillemette <allmedia@...>
Date: Mon, 12 Apr 1999 04:05:11 -0500
Hi,

I have a resource of type "USER" that contain text copied from a "TEXT"
resource.

Is it possible to put the text into a string$ ?
(less than 255 caracters)

Hndl& = GETRESOURCE(_"USER", 128)
TheText$ = ...


Thanks,

Sylvain