hi, I'm making an auto "happy birthday" thing for facebook.... I can invoke clicks but I'm trying to "count" how many people it has to write it to. How might I do that?
I was thinking of using this
[code]<span class="fbRemindersTitle">5 others</span> [code]
and use:
dim i as interger
i = 5 others +1 (1 being the person left out in the heading)
any suggestions?
thanks!
I was thinking of using this
[code]<span class="fbRemindersTitle">5 others</span> [code]
and use:
dim i as interger
i = 5 others +1 (1 being the person left out in the heading)
any suggestions?
thanks!