Thanks Mahesh it works! I have still gotta learn a lot.
-Manisha ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 5:35 PM Subject: Re: <lingo-l> DateSyntax and Markers > > Hi, try this, > > on mJumpMarker me > vaDate = systemDate() > vaMonth = VOID > case vaDate.month of > 1 vaMonth = "January" > 2 vaMonth = "February" > 3 vaMonth = "March" > 4 vaMonth = "April" > 5 vaMonth = "May" > 6 vaMonth = "June" > 7 vaMonth = "July" > 8 vaMonth = "August" > 9 vaMonth = "September" > 10 vaMonth = "October" > 11 vaMonth = "November" > 12 vaMonth = "December" > end case > vMarkerName = vaMonth & vaDate.day > vMovieName = "x" & vaMonth > put "marker - name " & vMarkerName > put "movie - name " & vMovieName > go to vMarkerName of movie vMovieName > end mJumpMarker me > > mahesh > > > [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!] > [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!]
