RE: PROBLEMS OF API

2004-02-25 Thread Guay Jean-Sébastien
Hello Asim, > PROBLEM NO.1: > IN PERL WHAT IS EQUIVALENT OF VB FUNCTION : Asc() Please don't shout, I have a headache... :-) Also, this is not a VB list. I don't even know what Asc() does in VB (though I can guess), so please instead of asking us questions in the form "I know how to do this in

RE: PROBLEMS OF API

2004-02-25 Thread Steven Manross
Problem 1 really 2: $string="My name is Asim Siddiqui."; while($i<=length($string)) { $Alphabat = substr($string,$i,1); print $Alphabat."\n"; $i++; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Asim Siddiqui Sent: Wednesday, February 25, 2004 11