geIsValidHilightSet
geIsValidHilightSet(
h_hlSetId
)
=> t / nil
Description
Determines whether a highlight set is valid.
A valid highlight set has the format of the h_hlSetId value returned from the geCreateHilightSet function.
Arguments
Value Returned
Examples
The following example returns t.
hlSetId = geCreateHilightSet( geGetEditCellView( )list( "hilite" "drawing" ) )
geIsValidHilightSet( hlSetId )
The following example returns nil.
geIsValidHilightSet( geGetEditCellView( ) )
Related Topics
Return to top