Subversion Repositories wimsdev

Rev

Rev 4158 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!if $wims_read_parm!=slib_header
2
 !goto proc
3
!endif
4
slib_title=Get an OEF environment variable
5
slib_parms=1\
6
,variable name (without prefix)
7
slib_author=Gang Xiao
8
slib_out=The variable content.
9
slib_comment=Only WIMS variables with prefix "oefenv_" can be obtained\
10
via this slib.
11
!exit
12
 
13
:proc
14
slib_out=!word 1 of $wims_read_parm
15
slib_out=$(oefenv_$slib_out)
16