Syntax
Public Function SymbolsCount() As Integer
Description
This function is used to return the symbol count at the
Parameters
No Parameter
Return value
Returns symbols count as value of type Integer.
Sample
Public Sub main() Dim Count as Integer = ClientCode.SymbolsCount () Gui.MsgDialog (Count) End Sub
See Also