It's hard to say without seeing or having the contents of the field.

How about, at the top of the mouseDown handler, you have an alert that 
shows the contents of the field, and maybe another one giving the line 
count.  Then you can see what is really in the field.  Or just put a 
breakpoint on the line and look at the actual castmember at that time.

If it only has one line, then you of course have a problem.  How it got to 
only be one line is hard to say without having seen the rest of your program.

- Tab

At 06:08 PM 3/27/01 -0600, Sharon Moeller wrote:
>I have a field getting its contents from a text file residing in the same 
>path as the movie.  Line one of the text field is the url of the database 
>for the game being played.  Line two is a parameter used to launch a 
>person back to another program.
>
>when I try to get at the parameter (line 2) the text is suddenly gone.
>
>it's like I'm deleting the text gets deleted when I try and access it.
>
>on mouseDown me
>   checkQuit = line 2 of field "url"
>   if checkQuit <> "" then
>     open the moviePath & "placeholder.exe"
>   else
>     quit
>   end if
>end
>
>
>someone please explain to me the stupid thing I'm doing.
>
>Sharon Moeller


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]

Reply via email to