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:readproc
2
$lst_tit readproc$lst_titend$type_exec
3
type:$type_exec
3
  $(lst_syntax)readproc $emph file$emphend [$emph parm$emphend]</span>
4
syntax:!readproc `file' [`parm']
4
  $lst_mean Include a variable processing file $emph file$emphend.
5
mean:Include a variable processing file `file'. `file' must be a valid file name\
5
  $emph file$emphend must be a valid file name with the module's home
-
 
6
  directory as base directory. (directory structure may be specified in $emph
6
  with the module's home directory as base directory. (directory structure may be specified \
7
  file$emphend, but backtracing to parent directories is prohibited.)
7
  in `file', but backtracing to parent directories is prohibited.)\
8
  <br/>And the parameter $emph parm$emphend can be accessed from within
8
  <br/>And the parameter `parm' can be accessed from within\
9
  the called $emph file$emphend under the variable name $emph
9
  the called `file' under the variable name `wims_read_parm'.
10
  wims_read_parm$emphend.
-