CryptoSys API Library Manual

Example: General.ErrorLookup  (2)

[VB6 equivalent: API_ErrorLookup]

Dim strErrMsg As String
Dim i As Integer

For i = 0 To 10000
    strErrMsg = General.ErrorLookup(i)
    If (strErrMsg.Length > 0) Then
        Console.WriteLine(i & " = " & strErrMsg)
    End If
Next

See Also:
General.ErrorLookup Method
General.FormatErrorMessage Method

[Contents] [Index]

[PREV: Example: General.ErrorLookup ...]   [Contents]   [Index]   
   [NEXT: Example: General.LicenceType ...]

Copyright © 2001-23 D.I. Management Services Pty Ltd. All rights reserved. Generated 2023-05-20T13:01:10Z.