Subject RE: [IBO] Small parsing bug
Author Riho-Rene Ellermaa
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