View Single Post
  #9  
Unread 07-25-2009, 08:44 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by gm9 View Post
Concat works with direct references Lordebon, and you can also access individual events from that table. I had a window which exported the most recent n events, not sure if I never released it.

For the & character add
## '&' ##
to the URL if that's what you are asking.
Ah. Back when I first used it it would work, but it would over-concatenate.

IE doing A ## B ## C would end up with something like ABABC instead of ABC. It was weird, but doing the concatenation in an OnHover and saving it as a variable and then calling that variable later in the actual OnPress didn't do that. They might have fixed that issue, though.
__________________
Reply With Quote