Re: ok, tell me THIS isn't a bug!
- Posted by useless Aug 10, 2010
- 1966 views
I already tried that. In the debugger, there is no value to that variable unless i hit a line that assigns it a value.
For another instance, it shows <no value> prior to the trim line, unless i insert line
got_data = got_data
and then after executing that line, got_data got value. Same as the pics showing it got value upon executing the trim() line.
useless