I received $rawmsg from server with spaces ($chr 32), how to save it to binary variable for future parsing?
Only
$alias($rawmsg) saves spaces, but command
/bset -t &bvar 1 $rawmsg loses their

Update:
echo -a $len($rawmsg) = $len($replace($rawmsg,$chr(32),$chr(160))) works great, but may be there are other solutions
