Removing password from processing table???
Studio 1 Productions
studio1 at studio1productions.com
Wed Apr 23 16:58:57 PDT 2014
Hi Ken,
The pwd is “Gorfnik” the secret is Plugh as you can see in the source code below for the secret.prc that you had me download and try to remove the password word, which I did.
1 ------- - - - - - - - - - - - - - - - -
TheTop If: ' This is processing for "Dave" from "Studio 1" to recover
Then: declare pwd; declare secret ; pwd="Gorfnik" ; secret="Plugh"
2 ------- - - - - - - - - - - - - - - - -
If: pwd = ""
Then: exit
3 ------- - - - - - - - - - - - - - - - -
If:
Then: inputpw popup pw(20,*) "Enter password: "
4 ------- - - - - - - - - - - - - - - - -
GotIt If: pw = pwd
Then: mesgbox "Congrats. The secret word is '" & secret & "'"
5 ------- - - - - - - - - - - - - - - - -
If: not GotIt
Then: errorbox "Sorry. That's not it."
6 ------- - - - - - - - - - - - - - - - -
If:
Then: end
7 ------- - - - - - - - - - - - - - - - -
@entsel If:
Then: show "\r T \r - Try to get the secret word."
8 ------- - - - - - - - - - - - - - - - -
If:
Then: end
9 ------- - - - - - - - - - - - - - - - -
@keyT If:
Then: goto TheTop
Best Regards,
Dave
Studio 1 Productions
http://www.studio1productions.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.celestial.com/pipermail/filepro-list/attachments/20140423/1e35956e/attachment.html
More information about the Filepro-list
mailing list