The following code works if the item is on file but fails if item is not
on file. Is this correct, shouldn't it just return an empty string ?



If this behavior is the intended behavior then do we just wrap in a try
catch block.



Thanks for replies

george



// open customer file

UniFile fl = us1.CreateUniFile("CUSTOMER");



// read a record

UniDynArray ar_record = fl.Read("2");
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to