At 17:00 2003-01-14, marcus brooke wrote:
You don't say, but I imagine the error dialog gave more hints as to what went wrong - at least in authoring.set OK = baOpenFile(thepathName & "test.txt", "maximsied"
1. You didn't close your parentheses.
2. thepathName should be two separate words or you'll get "Script error: Variable used before assigned a value." with a question mark immediately following thepathName.
OK = baOpenFile(the pathName &"test.txt", "maximized")
3. Even though the Buddy API help file still use it, the pathName is obsolete. Substitute it with the moviePath.
OK = baOpenFile(the moviePath &"test.txt", "maximized")
--
Mark A. Boyd
Keep-On-Learnin' :)
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
