Wow thanks for the link spacefractal that opens up a whole new set of possibilities for me

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: MrTAToad on 2013-Jan-24The bug is present in version 10.283.
Yes, forgot to mention that... Must be a newly acquired bug
// --------------------------------- //
// Project: TestApp
// Start: Tuesday, January 01, 2013
// IDE Version: 10.283
GLOBAL gPlatform$
GLOBAL gSavePath$
GLOBAL gDocsPath$
GLOBAL gTempPath$
gPlatform$=PLATFORMINFO$("")
gSavePath$=PLATFORMINFO$("APPDATA")
gDocsPath$=PLATFORMINFO$("DOCUMENTS")
gTempPath$=PLATFORMINFO$("TEMP")