Hi List,
* Hope that all your new years resolutions are going well *
How can I play around with this one �
------------------------------------------------
on sendinformation ()
put sendAllSprites (#DropList_Selection,"person list").text
put sendAllSprites (#DropList_Selection,"Leave types").text
put sendAllSprites (#getClickedDates) into myDates
------------------------
repeat with i in myDates
put i
set i = i +1
end repeat
end sendinformation ()
------------------------------------------------
Message window returns:
-- "Jessica Elliott"
-- "MSL : Maternity Support Leave"
-- date( 2002, 1, 1 )
-- date( 2002, 1, 2 )
-- date( 2002, 1, 3 )
-- date( 2002, 1, 4 )
-- date( 2002, 1, 5 )
------------------------------------------------
I would like to have the message window return, in this example:
-- "Jessica Elliott"
-- "MSL"
-- "1" , "January" , " 2002"
-- "2" , "January" , " 2002"
-- "3" , "January" , " 2002"
-- "4" , "January" , " 2002"
-- "5" , "January" , " 2002"
So the question is, how can I convert the the information into this format?
Being a non-smoker is hard . . .
Thanks
A/.
[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!]