contents.gifindex.gifprev1.gifnext1.gif

CStr

Purpose

Explicitly converts an expression from one data type to the string data type.

Arguments

CStr( expression )

Example

CStr converts a Double to a String.

X = CStr( Pi# )