numeric.incrementValue()

this function is deprecated, use instead the ++ operator;Increments the current number by one

numeric.incrementValue( )

Returns: Number

This function does not take any arguments.

Examples

Member Function Example

num = 169;
	writeDump(num.incrementvalue());
	num = 0.59
	writeDump(num.incrementvalue());

See also