Manual bug reports
Monkey Forums/Monkey Bug Reports/Manual bug reports
| ||
this thread could be helpful, if somebody finds bugs or out of date phrases in the monkey manuals. V66 LoadString() nothing written about restrictions in extension of the filename. By default ".txt" works, but ".ini" not. |
| ||
I think a documentation forum is a good idea - will get it set up once docs are online. Text file formats (for current targets anyway) are limited only by the #TEXT_FILES filter, eg... #TEXT_FILES="*.txt|*.xml|*.json|*.ini" ...should work. |