Posted by PTM on 07/27/06 22:11
"Bob Stearns" <rstearns1241@charter.net> wrote in message
news:bwayg.1867$2M3.354@fe04.lga...
>I have a variable v with the value -1. After v++ it has the value "" not 0.
>Since I am using it for a subscript, the "" value is not overwriting the 0
>element of the array as desired. Should v++ ever give a non-numeric value?
I used to use a variable initialised with -1, and never noticed the problem
you are having.
What are you trying to do with it and have you got an example of the code so
we can see what's going on?
Phil
Navigation:
[Reply to this message]
|