Open snortblt opened 4 years ago
I have two adapters, one I've created for HTML and one from astq-ts. Both appear to work great except the last() or nth(-1), nth(-2), etc. functions. first() and nth(1), etc. functions do work.
last()
nth(-1)
nth(-2)
first()
nth(1)
I have two adapters, one I've created for HTML and one from astq-ts. Both appear to work great except the
last()
ornth(-1)
,nth(-2)
, etc. functions.first()
andnth(1)
, etc. functions do work.