setString

The setString method RequestDictionary class creates a string variable.

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

Parameters

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

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