Quote:
Code:
//set %zztestvar 1    2       3        5  6


since that is a command with a command line, and he said multiple spaces are lost in command lines thats where its loosing spaces, not that they cant be stored in a var.

//set -s %zztestvar $replace(1....2.......3........5..6,.,$chr(32))

-s just so u see it stored em with spaces.