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

[REBOL] structured data for file...

From: djo::wanadoo::fr at: 29-Jun-2003 19:19

Hi, in Visual basic, we build data for file : TYPE enrtruc name as string * 10 adress as string * 150 .... END TYPE DIM SHARED truc as enrtruc and use this in direct acces disk file : put #1, i, truc I have more difficult to apply a same structure in Rebol. I want quit Visual Basic, but i must convert more programs for that.... Thanks to clear up me... (sorry for my poor english...) A+ DJO