HI All,
Is there anyone can explain what’s that mean for below “counter+2”,“counter+4” here?
Create variable counter, variable type is int32. assign counter=0
if
line.Contains(“Date Time Purchase Location Ref No. Product Litres Amount (RM)”), is true
then if
listOfLines(counter + 2).Contains(“Card Total”), is true
then assign
a=listOfLines(counter + 4).Replace(“/”,“”)
b=listOfLines(counter + 6)
thank you!