Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Accesing struct! after routine! exec

From: greggirwin:mindspring at: 3-Jun-2003 10:14

Hi Jaime, JV> Thanks Volker, It worked like a charm. Is there any other way to do JV> it using struct! ? I like it because the code is more compact and JV> explicit. I don't know of any other way to include fixed size elements in calls like that. Sometimes I'll use a generator routine that will build a struct! definition so at least the code is still small, even though it generates a lot behind the scenes. Also, in your c-string routine, think about using insert/dup rather than looping. -- Gregg