BIS_fnc_dbIsValue
(Redirected from BIS fnc dbisValue)
Jump to navigation
Jump to search
Description
Syntax
- Syntax:
- text call BIS_fnc_dbIsValue
- Parameters:
- text - String: Check if text is in value format
- Return Value:
- Boolean: true when the argument starts with "&" (value symbol returned with BIS fnc dbSymbolValue)
Examples
- Example 1:
"&MYVALUE" call BIS_fnc_dbIsValue; // true "&myvalue" call BIS_fnc_dbIsValue; // true "MYVALUE" call BIS_fnc_dbIsValue; // false 1234 call BIS_fnc_dbIsValue; // false
Additional Information
- See also:
- Database functions BIS fnc dbClassCheck BIS fnc dbClassId BIS fnc dbClassIndex BIS fnc dbClassList BIS fnc dbClassRemove BIS fnc dbClassReturn BIS fnc dbClassSet BIS fnc dbConfigPath BIS fnc dbImportConfig BIS fnc dbImportXML BIS fnc dbIsClass BIS fnc dbPrintBIS fnc dbSymbolClass BIS fnc dbSymbolValue BIS fnc dbValueCheck BIS fnc dbValueId BIS fnc dbValueIndex BIS fnc dbValueList BIS fnc dbValueRemove BIS fnc dbValueReturn BIS fnc dbValueSet
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note