Basic Syntax CrystalClear Syntax

Operator "/"


This operation divides the first operand by the second operand.

Usage:

number / number	//returns number
currency / number	//returns currency
currency / currency	//returns number

Returns:

depends on operand value types

Examples (Same in Basic and Crystal syntax):

8.4 / 0.2		//Returns 42
1 / 2		//Returns 0.5
$8.40 / 0.2	//Returns $42
$42 / $21		//Returns 2

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: