basket, had been trying to troubleshoot my own program whole morning still cannot work.
Just manage to figure it out.
I am suppose to extract get the third char of the string but I use "Left(string,3)"
No wonder don't work lah. Correct it with mid(string,3,1) instead.
What the heck was I thinking for the whole morning ? Hmmmmm .... me blur blur one :bsmilie:
Just manage to figure it out.
I am suppose to extract get the third char of the string but I use "Left(string,3)"
No wonder don't work lah. Correct it with mid(string,3,1) instead.
What the heck was I thinking for the whole morning ? Hmmmmm .... me blur blur one :bsmilie: