Script
”’#####################################################################################
”’#### Script Name: Account Balance ######
”’#### Author : Salah Abu-Ghalyon ######
”’#### Website : www.hybridsolutions.com ######
”’#### Date : 20/06/2013 10:55:12 ######
”’#### Description:Shows your account balance into a message box ######
”’#####################################################################################
Sample
Public Sub main() Dim property_id As VTLGeneral.ENUM_ACCOUNT_INFO_DOUBLEproperty_id = VTLGeneral.ENUM_ACCOUNT_INFO_DOUBLE.ACCOUNT_BALANCE GUI.MsgDialog("Balance is:" & ClientCode.AccountInfoDouble(property_id).ToString()) End Sub
See Also