statement returns records to a table buffer. The following example shows code
that selects a record from the Customer table where the customer account number
is 1103 and also prints the customer's address. Use the legal entity CEU.
1 2 3 4 5 6 7 | CustTable custTable; select custTable where custTable.AccountNum == "1103"; print "This is the credit limit of Customer " + custTable.AccountNum + ": " + num2str(custTable.CreditMax,- 1,-1,-1,-1); pause; |
Best Regards,
Hossein Karimi
No comments:
Post a Comment