From author.
Now I've changed version of GP from 0.2 to 0.4.
I am trying to make it better for understand - I've removed unnecessary data structures 
and added new comments. Additionally, I've added a new feature - storing of password's size in Pilot's 
'registry' (SavedPreferenced database). Also I have removed Exit button from menu (advise of DAY).
Note that now I'm using newest version of 'rnd' library from Dmitry Yakimov. Old one was bad - it 
generated the same numbers every time. I think that author will add new version of this library in the 
next release of DragonForth.
I developed this simple  application to demonstrate using of Dragon Forth
and working with resources and controls.

My program generates good passwords with length from 4 to 16 symbols and lets users to copy
passwords to clipboard with pushing one button only. The symbols of the password are unique.
The algoritm is not perfect, but optimization was not the main goal of development. 

Files list:
gp.mpa			7111	2001.5.7	20:18.30		\ archive to install on pilot
gp.txt			3771	2001.5.7	20:13.40		\ main file
mkpass.txt		1995	2001.5.7	20:13.14		\ password generating module
readme.txt		1226	2001.5.7	20:16.40		\ readme
rnd.txt			265		2001.5.7	20:15.34		\ new version of RND library
tools.txt			601		2001.5.7	20:14.24		\ some useful tools for gp program

To include the example type:
"gp"
or
s" gp" included 
in DragonForth. 
You may change value of ?make-prc variable to generate standalone app or run GP in forth environment (see gp.txt).

Big thanks to Dmitry Yakimov for his advices!
Eugene Zalyubovsky (~ugin).
7.05.2001
 P.S. Better to look into "api_param.txt" and "api.txt"  files in Docs directory of DragonForth - it will save your time.