home *** CD-ROM | disk | FTP | other *** search
- //
- // This macro creates the standard linear regression breadboard
- //
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
- //
- // Record here if necessary
- //
-
- //
- // fill in text
- //
- TextBoxPath = macro. pathFromMacro("textBox.txt")
- NextMacroPath = macro. pathFromMacro ( "..\minimize.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
- cancelButton. setMacroPath ( CancelMacroPath)
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, 0)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, 0)
-
-