|
|
|
|
|
CheckBoxCount (Function) In french: InterrupteurOccurrence Returns the number of options found in a Check Box control. Note: This function returns the same result as the Count property used on a Check Box control..
ResNombreOptions = CheckBoxCount(INT_Options)
Syntax
<Result> = CheckBoxCount(<Check Box control>)
<Result>: Integer Number of options found in the specified control. <Check Box control>: Control name Name of Check Box control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|