Re: Re: last marked cd

2005-07-31 Thread Reinhold Venzl-Schubert
Hi! if the id of this cd = the id of last|first maked cd then ... Very simple, I used it and it works perfectly, thank you. I tried a similar way bevor, but I needed seven lines ;-) Hi Alain! function firstMarkedCard get the id of first marked card return it is the id of this card

Re: last marked cd

2005-07-30 Thread FlexibleLearning
Looks good to me, Alain. The only thing I would change arethe function names to isFirstMarkedCard() and isLastMarkedCard()that more clearly imply a TF result. /H -function firstMarkedCard get the id of first marked card return it is the id of this cardend firstMarkedCardfunction

last marked cd

2005-07-29 Thread Reinhold Venzl-Schubert
Hi! Here an other question: 'go to last marked cd' shows me the last marked cd, but in the this script ... on mouseUp go next cd if this cd is the last marked cd then answer this is the last marked cd end if end mouseUp ... mc is cussing with me! Is there any simple

Re: last marked cd

2005-07-29 Thread FlexibleLearning
if the id of this cd = the id of last|first maked cd then ... /H Here an other question: 'go to last marked cd' shows me the last marked cd, but in the this script ... on mouseUp go next cd if this cd is the last marked cd then answer this is the last marked cd end if end mouseUp

Re: last marked cd

2005-07-29 Thread Alain Farmer
Hello FlexibleLearning, Is there any simple way to detect the last (or first) marked cd ? function firstMarkedCard get the id of first marked card return it is the id of this card end firstMarkedCard function lastMarkedCard get the id of last marked card return it is the id of this