When trying to use unbounded string variable within a select / where expression , it is expecting a limited sized string , so the solution is to limit the size of variable as below
{
str 20 ItemId;
InventTable inventTable;
;
select inventTable
where inventTable.ItemId == ItemId;
}
Aucun commentaire:
Enregistrer un commentaire