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