Quote:
Originally Posted by gm9
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.