Subject: XploRe: Learning Guide
See XploRe:

Quantlet: iofmt07
Description: Change the output formats.
Download: iofmt07.xpl

Code:
;
  randomize(0)
  x = normal(2,2)
  setenv("outputformat","% 8.5g")
  x
  setenv("outputformat","% 8.6g")
  x
;
  x="a"~"bb"
  x
  setenv("outputstringformat","%s")
  x



Subject: XploRe: Learning Guide
See XploRe:

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