Hi
I am getting this error - You have specified and unknown variable hash
CREATE(Hash, FALSE, FALSE);
mystr := Hash.CalculateMD5("No.");
CLEAR(Hash);
EXIT(HashString);
Thanks
*This post is locked for comments
Hi
I am getting this error - You have specified and unknown variable hash
CREATE(Hash, FALSE, FALSE);
mystr := Hash.CalculateMD5("No.");
CLEAR(Hash);
EXIT(HashString);
Thanks
*This post is locked for comments
Thats fine sir you want to encrypt this but system should know like what exactly hash is??
Instead of this Hash.CalculateMD5("No."); if you write jsshivalik.CalculateMD5("No.") and you say am facing error like - You have specified and unknown variable jsshivalik then its a genuine error dont you think so??
You need to say to system somewhere whats the reference of this jsshivalik.
Hi
I don't know what is Hash. I just wanted to encrypt a string & then decrypt in another software. For that i tried this code. How it works i don't know
Thanks
Hi,
Is Hash a table ? You need to declare it in your Global variables before you code it
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156