Page History
...
Code Block |
---|
/* The following stored procedure function returns multi-value data from the two rows specified in the Xlate call. In its code column, sample_invoices has multi-value data, so this is returned in RetVal. */ Compile Function test_Xlate (void) tablename = "SAMPLE_INVOICES" ;* previously unopened table keys = 8:@FM:11 ;* two rows to access field = "CODE" ;* column to access control = "X" ;* return null, if not found RetVal = Xlate(tablename, keys, field, control) Return RetVal |