cfunc.is

C Function/C Functions, Releases: AP 6.1

integer to string conversion

Syntax

CPSTR * _CP_is_(int number)

Description

converts an integer into a CPSTR.

Example

CPSTR * s = _CP_is_(1.123);

_CP_print(s);

This example displays '1'.

See Also

Command Name Type Description
cfunc.introduction Introductory Overview

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.