Syntax
Public Function SelectAccount(AccountID As String) As Boolean
Description
This function is used to choose agiven account ID to make different operations on.
Parameters
Key | Description |
AccountID | Specific account number to be chosen. A value of type is String. |
Return Value
Returns true if successful otherwise, returns false.
Sample
Public Sub main() AlertMessage (SelectAccount (12345678)) End Sub
See Also