Skip to content

Designer or ViSi: 4DGL Strings Print Formats – the Long Decimal Format Specifiers

Details

Number 4D-AN-00196
Difficulty Medium
Supported Processors PICASO, DIABLO-16, PIXXI-28, PIXXI-44
Supported Environments ViSi, Designer

Description

There are four decimal format specifiers: "%d",for signed decimal "%u",for unsigned decimal "%ld",for long signed decimal "%lu",for long unsigned decimal This application note discusses how the long signed decimaland long unsigned decimal format specifiers are used with the str_Printf(…) function. This application note is intended for use in the Workshop 4 – Designer environment. The 4DGL code of the Designer project can be copied and pasted to an empty ViSi project and it will compile normally. The code can also be integrated to that of an existing ViSi project.

Document Project File

Prerequisites