LOTUSSCRIPT LANGUAGE
' Print list tags for the elements of Loft, ' each on its own line. ForAll i In Loft% Print ListTag(i) End ForAll ' Output: ' first ' second ' third
See Also