strdouble()
makes no sense in that context, but you haven't actually explained what you're trying to achieve, so how are we supposed to explain how to achieve it? If you want the value of the strdouble
variable, then use strdouble
. If you want to see a specific element in the array then you have to specify the index of that element, e.g. strdouble(0)
. If you want something else, I'm not going to try to guess what that might be.Usingstrdouble()
makes no sense in that context, but you haven't actually explained what you're trying to achieve, so how are we supposed to explain how to achieve it? If you want the value of thestrdouble
variable, then usestrdouble
. If you want to see a specific element in the array then you have to specify the index of that element, e.g.strdouble(0)
. If you want something else, I'm not going to try to guess what that might be.
a hint: look at the length of str in the watch window and the index of each array item. Compare that to the value of val you're using in the For loop.
Thanks for your interest
When I get str() with split and I see 3 indexen 0,1,2 with the places filled, why var is saying that length is 3 and not 2 what the rules are?