For this you need to find a way to extract (go to bookmark and get url of page) bookmarking url first and append it to file using macross.
Second part will need to involve counter(s) and split string could be used for sequence.
So after getting url of bookmark, you need to set counter to 0, then get a string from file using "get counter" for a string match number. if your sequence is made like this: URL1:URL2:URL3... then you can go for split string after and use : as separator...EXAMPLE: {-String.Split-|-{-FieldData.FieldData-|-â—2â—9â—0â—1â—2â—6â—-|-≡6≡3≡3≡1≡1≡6≡4≡8≡3≡-}-|-:-|-0-}
0 means that will pick first part before :
you repeat this for number of urls you have in this sequence, just changing 0 for following numbers.
when you get to the end of sequence you need to add "increase counter" and loop back to part where you get a string using "get counter" as match number...
Let me say this is just short explanation to get you started, there is more stuff to be done here to make sure all runs fine...