Hi all,
the folowing code doesn' compiled.
do while History.Get(j).CharAt(i)<>"0"
...
loop
where History is a list ,j, i are int
You may say that History.Get(j) is an object, not a string.
If I assign History.Get(j) to a string then use charAt it works.
But
how may I build such expression in one command line?
Any ideas ?
Thanks for answers.
the folowing code doesn' compiled.
do while History.Get(j).CharAt(i)<>"0"
...
loop
where History is a list ,j, i are int
You may say that History.Get(j) is an object, not a string.
If I assign History.Get(j) to a string then use charAt it works.
But
how may I build such expression in one command line?
Any ideas ?
Thanks for answers.