Hi All,

Is there a safe way to clear to content of a variable in Harbour?

--- server.prg
? "Please enter password:"
ACCEPT TO pw
<process pw>
pw := NIL
<server loop>
---

I want that the content of 'pw' variable be surely 
cleared from memory.

Is this currently possible? and how?

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to