Much like the 'Templates' that PureBasic uses. (I would overload this system. I have over 5000 lines in this file already)
Problem is - how to do it so that I can find it in the DB and paste the procedure directly into the PureBasic IDE and preserve the layout...
possibilities...
a) - as TEXT (this won't keep the formatting)
b) - as BLOB (I've heard that you can 'drop' characters occasionally, e.g. 'special' characters)
c) Base64Encoder() / Base64Decoder()
I've read that you might try: Base64Encoder() first and save this string as TEXT into MariaDB
then use the Base64Decoder() command first and then paste this into the IDE.
Is any of this making sense?
