Subversion Repositories wimsdev

Rev

Rev 11292 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +exec+ +jump+
11210 bpr 2
tit:read
3
type:$type_exec
11220 bpr 4
alias:include, input
11292 bpr 5
syntax:!read ``file'' [``parm'']
6
mean:Insert the content of ``file'', and process it. ``file'' must be a valid file name with \
7
  the module's home directory as base directory. (directory structure may be specified in ``file'',\
11210 bpr 8
  but backtracing to parent directories is prohibited.)\
17228 bpr 9
  <br>And the parameter ``parm'' can be accessed from within\
11292 bpr 10
  the called ``file'' under the variable name ``wims_read_parm''.\
17228 bpr 11
  <br>\
11210 bpr 12
  WIMS will try to cache the file for repeated use, unless the filename  is preceded by "./".