Updated 12/20/2020 @ 9:17 PM
Added mappedvar, a header file I wrote (Windows, Mac, and Linux), which allows you to create and assign values to named variables on the fly rather than creating the variables beforehand in the source. This allows you to have generic variables (strings only. Can be modified quite easily for other types) and works quite nicely. It's a small file but I believe it will lead to much power in future QB64 programs. Enjoy having generics!
Updated 12/20/2020 @ 9:48 PM
Added some trim functions to the library in order to verify that the name for the variable would not begin, end, or solely contain, whitespace.