Hi,
not directly. But do st. like:

@foo = "some string";
@new_foo = split(//,$foo[0]);

now you can access $new_foo[6]
Not very witty but useful ;-)

At 10:14 AM 8/14/01 -0700, Eric Wang wrote:
>Hi guys,
>
>Got a quick question.
>If I let @foo = "some string";
>can I access say the "t" in this string by using $foo[6] ?

-- 
************************************************************************
 Dusan  J u h a s                 programator - ICZ a.s.
 phone:   +420 19 74 88 519       budova Ceskeho rozhlasu, nam. Miru 10
 fax:     +420 19 74 88 506       320 70  Plzen  (Czech Republic)
 e-mail:  [EMAIL PROTECTED]        http://www.i.cz
************************************************************************

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

Reply via email to