dadll_predefineDLL Usage description Library: dadllpredefine This library contains the functions as are defined for usage in condition programming. See for example. session "Predefined Functions/Variables" (daxch0510s000). DLL Prototypes function extern string convert.with.rel( const domain daxch.cxch xch.scheme, const domain daxch.crel relation, const string old.value(), [ long company ] ) pre : true return: the new value belonging to the old value according to the relation <relation> of exchange scheme <xch.scheme> of company <company>. * If <company> is not specified the current company is taken. * If either one of <xch.scheme>, <relation> or <old.value> does not exist the old value will be returned. function extern long read.table.company( const string tablename(), long compno, long index.no, ) pre : true (format of tablename: ppmmmccc) return: 0: read on table was succesfull 1: error during read on table function extern long read.table.once( const string tablename(), long index.no, ) pre : true (format of tablename: ppmmmccc) return: 0: read on table was succesfull 1: error during read on table
| |||