AccountInfoDouble
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:58 PM

Syntax

 Public Function AccountInfoDouble(propertyID As ENUM_ACCOUNT_INFO_DOUBLE) As Double

Description

This function is used to return account summary information for selected account according to a given account property ID.

Parameters

Key Description 
propertyID The account summary information to get it value, A value of type  ENUM_ACCOUNT_INFO_DOUBLE.

Return value

Returns a double value of the corresponding account property, otherwise return -1, In order to get an error, call GetLastError() function.

Example

  Sub Main() 

    Dim x

    x= AccountInfoDouble(ACCOUNT_BALANCE)

    AlertMessage "Account Balance Result: " & x

  End Sub

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions