Table of Contents


NAME

lvset - set list of variables in first list to values in second list (Decida Procedure)

USAGE

          lvset varlist vallist

ARGUMENTS

varlist List of variables to be assigned values
valuelist List of values to be assigned

RESULTS

Sets variables in varlist to values in vallist
Error if lengths of the two lists aren't the same

NOTES

Useful for routines that need to return a list of values

EXAMPLE-CALL

            lvset {a b c} {1.2 "test 1" 3}

AUTHOR

Richard Booth

Table of Contents