|
|
Manual Page ViewerName: GET-VAR-EVAL Section: Variables
<get-var-eval &optional [NAME...]
Description:
Return the value of the NAMEs given. Each NAME is a
variable name which has had a value assigned to it with The values are returned in the order in which the NAMEs appear. Examples: <set-var foo=Var-1 bar=Var-2> <get-var-eval foo>, <get-var bar>produces: Var-1, Var-2
When multiple NAMEs are given: <set-var foo=Var-1 bar=Var-2> <get-var foo bar foo>produces: Var-1Var-2Var-1
Edit Pointer
![]() The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox Found a bug? Send mail to bug-manual@metahtml.org |