|
|
|
|
|
<Check Box>.Count (Function) In french: <Interrupteur>.Occurrence 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 = INT_Options.Occurrence()
Syntax
<Result> = <Check Box control>.Count()
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|