Save variable as capture
-
How do i save a var as cap?
-
what im currently doing is
PARSE "<SOURCE>" LR ","TEST":" "," CreateEmpty=FALSE -> VAR "TEST"
IF "<TEST>" DoesNotContain "null"
PARSE "<SOURCE>" LR ","TEST":" "," CreateEmpty=FALSE -> CAP "TEST"
ENDIFthere must be a better way to do this
-
PARSE "<SOURCE>" LR ","TEST":" "," CreateEmpty=FALSE -> CAP "TEST"