JamesBowen
19+ years progress programming and still learning.
I'm developing a Wordle'esk application and it's been developed into a single .w file. The wordle dictionary words are compressed (10kb) and embedded into the .w file.
I'm using some custom colours and font(s) and I want to programmatically update/set the Progress' colour and font set. I know that I can do this via the GET-KEY-VALUE and PUT-KEY-VALUE methods, but how can I be sure that I'm not overwriting existing colour and font sets?
I'm planning to give this Wordle App for free (via GitHub) so that developers can embed an "Easter Egg" into their applications.
I'm using some custom colours and font(s) and I want to programmatically update/set the Progress' colour and font set. I know that I can do this via the GET-KEY-VALUE and PUT-KEY-VALUE methods, but how can I be sure that I'm not overwriting existing colour and font sets?
I'm planning to give this Wordle App for free (via GitHub) so that developers can embed an "Easter Egg" into their applications.
Last edited: