User Defined Conversion Codes (U) |
![]() ![]() ![]() |
Users may add their own conversion codes to the system by writing a QMBasic subroutine to perform the conversion.
The format of the conversion code is
Usubrname or Usubrname.extension
where
The subroutine should have four arguments:
CONV.SUBR(result, src, status, oconv)
where
See the U50BB subroutine in the BP file of the QMSYS account for an example of a Pick user exit routine. |