I've a while loop in dexterity where in I'm clearing a temp table and filling it up with some values. so my code is somewhat like this.
while i < 10 do clear table Test_Temp; {This error out with Invalid data for clear: 27. Message} //Filling the Test_Temp table end while;
clear table is error out. Test_Temp table isn't accessed and not initialized. But I'm not sure how can i add condition to clear table only if it is initialized.
Appreciate any help
Regards.
Himal
*This post is locked for comments