|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | iofmt02 | |
Description: | Read ASCII file. | |
Download: | iofmt02.xpl |
; dat = readascii ("testascii.dat", "\t\n;") ; seperator is ";" dat ; dat = readascii ("testascii.dat", "\t\n") ; seperator is " " dat
Subject: | XploRe: Learning Guide |
See XploRe: |