Next: , Previous: , Up: AutoGen Scheme Functions   [Contents][Index]


3.4.52 stack-join - stack values then join them

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