EPOC   SDK Home Glossary   Previous Next Up

NEXTNUM$


Contents


NEXT — Positions to the next record

Usage:      NEXT

Positions to the next record in the current data file.

If NEXT is used after the end of a file has been reached, no error is reported but the current record is null and the EOF function returns true.


NUM$ — Converts a floating point number to a string

Usage:      n$=NUM$(x,y%)

Returns a string representation of the integer part of the floating-point number x, rounded to the nearest whole number. The string will be up to y% characters wide.

See also FIX$, GEN$, SCI$.

EPOC       SDK Home Glossary   Previous Next Up