View Single Post
  #5 (permalink)  
Old 05-19-2007, 05:08 PM
anjanesh anjanesh is offline
Member
 
Join Date: May 2007
Location: Mumbai, India
Posts: 5
anjanesh is on a distinguished road
So is this a bad way to go about ?
PHP Code:
String s "abcde"
"12345"
.
.
.
"somethingelse"
Is there an more efficient way (in terms of memory) to code this ?
Reply With Quote