--- In [email protected], "wolexzo2" <wolex...@...> wrote: > > > Thanks, but it seems your solution is complicated, nevertheless I'd try it > out.
2 main options: 1. Free format user input -> complicated validation, perhaps made easier if you can use a regular expression parser library. 2. Complicated code (hopefully hidden within the GUI) to limit user input eg. drop-downs -> easy validation.
