If you are sure its a string, maybe you can use 'unpack', and then 'join'.

- Roger -

----- Original Message -----
From: "Shannon Murdoch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 11:20 AM
Subject: $variable manipulation question


> Hi all,
>
> I'm trying to get a string (held in a variable) to have all it's
characters
> spaced apart by a ' ' space.
>
> ie.   $input's content changes from '1234' to '1 2 3 4'
>
> Is there some way to do this?
>
> cheers,
> -Shannon
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to