Subject | RE: [IBO] Small parsing bug |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2003-03-26T09:50:17Z |
Its very weird.
If I build the Filter up in parts:
Filter="ACCID IN(";
Filter+="16,";
Filter+="17";
Filter+=")";
then I get error.
If I copy from debugger the final string and then modify my code:
Filter="ACCID IN(16,17)";
then it works normaly????????
Riho-Rene Ellermaa
senior programmer
Hansabank
If I build the Filter up in parts:
Filter="ACCID IN(";
Filter+="16,";
Filter+="17";
Filter+=")";
then I get error.
If I copy from debugger the final string and then modify my code:
Filter="ACCID IN(16,17)";
then it works normaly????????
Riho-Rene Ellermaa
senior programmer
Hansabank