Next: SCM suffix, Previous: SCM stack, Up: AutoGen Functions [Contents][Index]
Usage: (stack-join join ag-name)
This function will collect all the values named ag-name
(see the see stack function) and join them
separated by the join
string (see the
see join function).
Arguments:
join - string between each element
ag-name - name of autogen values to stack