Diff for /loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex between versions 1.26 and 1.27

version 1.26, 2013/08/27 21:15:59 version 1.27, 2013/10/18 03:43:14
Line 248  Some examples can be found by browsing i Line 248  Some examples can be found by browsing i
 The \&EXT() function can be used to obtain values for the same parameters as are retrived by some of the other (newer) helper functions    The \&EXT() function can be used to obtain values for the same parameters as are retrived by some of the other (newer) helper functions  
 summarized in the table above, such as \&firstname() which is equivalent to \&EXT(`environment.firstname'),  summarized in the table above, such as \&firstname() which is equivalent to \&EXT(`environment.firstname'),
 and \&parameter\_setting(\$name,\$partid) is equivalent to \&EXT(`resource.'.\$partid.`.'.\$name).  and \&parameter\_setting(\$name,\$partid) is equivalent to \&EXT(`resource.'.\$partid.`.'.\$name).
 In such cases the newer (specialized) functions are preferred to &EXT() on the basis of ease of use.  In such cases the newer (specialized) functions are preferred to \&EXT() on the basis of ease of use.
   

Removed from v.1.26  
changed lines
  Added in v.1.27


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>