11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The following subroutine converts UniData delimiters and the null value to printable<br />

characters. (This subroutine compiles only with null value handling turned on.)<br />

SUBROUTINE PRINT.SETUP(STG, PRT.STG)<br />

PRT.STG = CHANGE(STG, @NULL, "@NULL")<br />

PRT.STG = CHANGE(PRT.STG, @AM, "@AM")<br />

PRT.STG = CHANGE(PRT.STG, @VM, "@VM")<br />

RETURN<br />

CHANGE 1-134

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!