Thnx guys, i appreciate it a lot.

I am trying to add spaces after one of the variables
Code:
echo $chan [ $chr(32) $1 $chr(32) $chr(32) ]

does not work...any thoughts?

Something else I noticed
Code:
$+(1,[ 06,$2 1,])

produce the output w/o extra spaces, which is good

Code:
1 [ 06 $2 1 ]

This one adds a lot of spaces, which is in my case bad! I am not sure why is that and what is the difference.

Last edited by pif___; 05/08/07 11:22 AM.