Page 1 of 1
Look-up table for VB to php ??
Posted: Wed Aug 10, 2005 8:41 pm
by roehrle
I have written lots of VB6 and it is frustrating knowing how to do something in VB6 and then looking for a way to do it in php. Like:
Select case --> switch
Are there such tables available ??
Posted: Wed Aug 10, 2005 8:42 pm
by John Cartwright
Not quite sure of any comparison tables that exist, but as for your mentioned function
switch()
Posted: Wed Aug 10, 2005 9:08 pm
by timvw
Posted: Thu Aug 11, 2005 8:47 am
by Ambush Commander
Thanks!
Posted: Thu Aug 11, 2005 9:03 am
by Skittlewidth
Thanks! That's just the kind of thing I was looking for a few weeks back when I started learning ASP/ VBscript. It only reaffirms what I dislike about ASP though! I'm yet to understand what a safe use for the dictionary object is.