Subversion Repositories wimsdev

Rev

Rev 5921 | Rev 11212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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