Hi, all.
The problem of EncryptText
Dim bAccountEnc() As Byte = EncryptText("asdf1234","123456")
The following problems occurred during compilation:
Error description: Undeclared variable 'encrypttext' is used before it was assigned any value.
The prompt is the undeclared variable "encryptText".
The B4xEncryption library is checked. I don't know what the problem is.
The problem of EncryptText
Dim bAccountEnc() As Byte = EncryptText("asdf1234","123456")
The following problems occurred during compilation:
Error description: Undeclared variable 'encrypttext' is used before it was assigned any value.
The prompt is the undeclared variable "encryptText".
The B4xEncryption library is checked. I don't know what the problem is.