Initializing Number Fields on Startup

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

CodeTRUCKER
Posts: 29
Joined: Fri Jul 22, 2011 4:36 pm

Re: Initializing Number Fields on Startup

Post by CodeTRUCKER » Tue Oct 15, 2013 12:02 am

It appears I had deleted the "on opencard" and "end opencard."

Now this works...

Code: Select all

on opencard
   put "0" into field "GroundSpeedBox"
end opencard
Thanks for the help. :)
~ Calvin
<> Please help me find the answer myself, if I can. I have searched diligently before asking.
<> Please allow my wording the benefit of the doubt and I'm not ignoring you, I forgot what we were doing. :)

Post Reply