clear()  get()

Chapter 5: General Objects and Methods

clearKey()

Description

Removes a string pair identified by a key.

Syntax

int clearKey(string key);

Parameter

Description

key

String value of the key to remove. A literal string (“string”) may also be used.

Return value

Always returns 1.

Usage

Pointer to object

Object

pyclMapObj->clearKey("myKey");

myclMapObj.clearKey(“myKey”);





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

View this book as PDF