DocumentCache Object
Text
Syntax
Text: OleString (read-only)
File contents of the cached document.
Description
Example
function Main() {
var sMessage;
sMessage = "Your document contains the following text: \n";
with (Application) {
sMessage = sMessage + DocumentCache (0).Text;
}
}
243
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?