Basic Syntax CrystalClear Syntax

Operator "*"


This operation multiplies the first operand with the second operand.

Usage:

number * number	// Returns number
currency * number	// Returns currency

Returns:

depends on operand value types

Examples (Same in Basic and Crystal syntax):

6 * 7	// Returns 42
6 * 9	// Returns 54 (not 42)
$8.40 * 2	// Returns $16.80

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: