The NewFold Command

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

samplescreenshot.gif

Command Summary

Creates a folder with a specified name

Command Syntax

NewFold folder name

Menu Location

Catalog

Calculator Compatibility

89/92/T/+/V200

Token Size

1 byte or 2 bytes

The NewFold command allows the user to create a new folder. It can be run like this:

NewFold Hello
//This would make a folder name "hello"

Error Conditions

270 - Duplicate variable name happens when you attempt to create an already made folder.

Related Commands

Several (around 3) commands have a similar function or are used in a similar context to this command. Make a bulleted list of them, with links to the other commands' pages. It will often be the case that several commands all link to each other.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.