hi,
thank you very much for replying.
but still i have a problem. What i want is to pass CTRL-Z at the end of a string.
eg: @$str="hello". <CTRL-Z>;
so how can i concatinate these two values. eventhough acsii value for CTRL-Z is 26 i can not pass it as,
@$str="hello"."26";
because it assumes this as two normal strings so it will concatinate it as ,
@$str="hello26";
But i dont want that.!!
I hope you`ll get my point..
please help me i would really appreciarte it.
thanx,
niroshan