setInt

The setInt method of the ObjectDictionary class creates an integer variable.

public void setInt(java.lang.String name, int i);

Parameters

name A string that specifies the variable to set.
i An integer variable.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.