KEY “<COOKIES(*)>” Contains “yes”
how to do this in ob2?
Make a dictionary key, then left side (variable mode) put data.COOKIES
then HasValue and the name of your key
DICTKEY @data.COOKIES HasKey “key”
this works thanks ruri
KEY “<COOKIES(*)>” Contains “yes”
how to do this in ob2?
Make a dictionary key, then left side (variable mode) put data.COOKIES
then HasValue and the name of your key
DICTKEY @data.COOKIES HasKey “key”
this works thanks ruri