StrDel

From the Oblivion ConstructionSet Wiki
Revision as of 18:27, 13 July 2007 by imported>Talkie Toaster (New page: '''Syntax:''' StrDel ''StringRef:long'' Deletes the string associated with the passed StringRef. If a string is not deleted, but the pointer to it is lost (e.g. by a spell script termina...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

StrDel StringRef:long

Deletes the string associated with the passed StringRef. If a string is not deleted, but the pointer to it is lost (e.g. by a spell script terminating or the variable being reused), then the string remains lost in memory, taking up space. Always delete any string you declare when finished with it.