Subversion Repositories wimsdev

Rev

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

Rev 3793 Rev 3799
Line 10... Line 10...
10
 Variable list of comma-separated items\
10
 Variable list of comma-separated items\
11
 default\
11
 default\
12
into wims_name_slib,wims_name_Output,wims_name_Parameter,wims_name_Parameters,wims_name_Required_Software,\
12
into wims_name_slib,wims_name_Output,wims_name_Parameter,wims_name_Parameters,wims_name_Required_Software,\
13
  wims_name_call1,wims_name_call2,wims_name_listslib,wims_name_variable_list,wims_name_default
13
  wims_name_call1,wims_name_call2,wims_name_listslib,wims_name_variable_list,wims_name_default
14
 
14
 
15
!set wims_name_up=!nosubst Up to $slpcnt, comma-separated
15
!set wims_name_upto=!nosubst Up to $slpcnt, comma-separated
16
 
16
 
17
!set wims_name_instruction=Scripts in this library can be called from modules using the command \
17
!set wims_name_instruction=Scripts in this library can be called from modules using the command \
18
<tt>!read</tt> (or <tt>!readproc</tt> from within a phtml file).\
18
<tt>!read</tt> (or <tt>!readproc</tt> from within a phtml file).\
19
For example, the line\
19
For example, the line\
20
<pre>\
20
<pre>\
Line 27... Line 27...
27
messages, use the function\
27
messages, use the function\
28
<tt>slib()</tt>.<p>\
28
<tt>slib()</tt>.<p>\
29
Only variables prefixed by \
29
Only variables prefixed by \
30
<tt>slib_</tt>\
30
<tt>slib_</tt>\
31
are modified by these scripts.
31
are modified by these scripts.
32
 
-