i dont understand with these codes below.

nkata = Asc(Mid(skata, i, 1)) + 65
nkunci = Asc(Mid(skey, i, 1)) + 65
nenc = ((nkata - nkunci) Mod 26)
splaint = splaint & Chr((nenc) + 65)

please someone help me!!

Recommended Answers

All 2 Replies

Did you googled for the Asc, Mid and Chr functions?
I guess if you read what they mean, they would explain alot.

Thanks for your suggestion.
I appreciate it alot.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.