Description
Hi,
I am using following code and getting a compile error.
INT count1;
Document
;
Document{->LOG(count1)};
Type
;
In last two lines having compile time error on variable count1 . it says
Multiple markers:
-Syntax error: count1
-Variable "" not defined in this script or block!
-Mismatched Input: Expecting "RPAREN" but found "count1".
Please look into it.
Thanks