format()  offsetCat()

Chapter 5: General Objects and Methods

log()

Description

Dumps the contents of the string object into an xlog file, using a standard format.

Syntax

log();

Return value

Integer. Always returns 1.

Usage

Pointer to object

Object

ps->log();

mystring.log();

Examples

Example 61

string mystr;
int rv;
rv =some_function_call (Argument1, Argument2..);
mystr = “Return value from myDfcCommand = “ +rv;
mystr.log();




Copyright © 2005. Sybase Inc. All rights reserved. offsetCat()

View this book as PDF