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

[REBOL] Reading other kinds of data files ?

From: slok00::yahoo::com at: 20-Jul-2001 2:54

I understand that Rebol can read and save data files. But what if the data file is created/generated by other 3rd party applications. Eg. Is it possible to write a script in Rebol to read data files from the address book in Palm Desktop. An example of the Address.dat format in Palm Desktop http://www.geocities.com/Heartland/Acres/3216/address_dat.htm Can Rebol read from such files? or generally, do we write a program (C in this case) to read from the data file and pass the data to the Rebol script? YekSoon