Subject: XploRe: Learning Guide
See XploRe:

Quantlet: iofmt02
Description: Read ASCII file.
Download: iofmt02.xpl

Code:
;
  dat = readascii ("testascii.dat", "\t\n;") ; seperator is ";"
  dat
;
  dat = readascii ("testascii.dat", "\t\n")  ; seperator is " "
  dat


Subject: XploRe: Learning Guide
See XploRe:

© MD*Tech - Method and Data Technologies, generated on 6.6.2000 .