View Single Post
  #7 (permalink)  
Old 03-14-2007, 07:08 PM
KevinADC KevinADC is offline
Learning Programmer
 
Join Date: Jan 2007
Posts: 93
Rep Power: 7
KevinADC is on a distinguished road
Default

Depends on what you are doing, that just makes the array element an empty string, but the array will still be the same length as before because you did not delete the array element, just defined it as empty. Most likely that is not what you really want to do.
Reply With Quote