Navigation: thinBasic Modules > TBASS > TBASS Config > TBASS_SetConfig |
|
Description
Sets the value of a config option.
Syntax
n = TBASS_SetConfig(Option, Value)
Returns
Number
If successful, the new value is returned, which may not be the same as requested with some options. Otherwise, -1 is returned. Use TBASS_ErrorGetCode to get the error code.
Parameters
Name |
Type |
Optional |
Meaning |
||||||||||||||||||||||||||||||||||||||||
Option |
Number |
No |
The option to get the value of... one of the following.
|
||||||||||||||||||||||||||||||||||||||||
Value |
Number |
No |
The new option value. See the option's documentation for details on the possible values. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |