- Found in:
- Dylbills PE
boolfunctionSetConditionParameterString(stringconditionId, stringparam, intparamIndex=0)NativeGlobal
Description
Documentation Comment
Set the nth parameter for the condition with the conditionId to the String param. paramIndex must be between 0 and 2.
Caveats
Parameters
stringconditionId
stringparam
intparamIndex=0
Examples
Auto-Generated Example
string myString__conditionId
string myString__param
int myInt__paramIndex
bool returnedValue = DbConditionFunctions.SetConditionParameterString(myString__conditionId, myString__param, myInt__paramIndex)