setShort

The setShort method of the ObjectDictionary class creates a short variable.

public void setShort(java.lang.String name, short s);

Parameters

name A string that specifies the variable to set.
s A short variable.

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