Previous PageNext Page

8.6.7 Key Property

Sets a key in a Dictionary object.
 

Syntax

object.Key(key) = newkey

Arguments

object
The name of a Dictionary object. Required.
key
Key value being changed. Required.
newkey
New value that replaces the specified key. Required.

Remarks

If key is not found when changing a key, an error will occur.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page