LoginLogin

PROJECT

Root / Documentation / [.]

Created:
Set or get the active project; working with files will default to this project. *Setting the active project can only be used in Direct Mode.* * Syntax ```sb4 PROJECT name$ active$ = PROJECT() PROJECT OUT active$ ``` |* Input | Description | | `name$` | Name of the project to use | |* Output | Description | | `active$` | Name of the current active project | * Examples ```sb4 ' set the active project (Direct only) PROJECT "FOO" ' check the active project PRINT PROJECT() '> FOO ```

No posts yet (will you be the first?)