Hi Team, I'm in need of coding in PressTalk but I'm confused how to loop through multiple locations to find some values to condition my Post and Pre images.
data structure is as below
check from position 10-20 to find Form_Name '015A' and from position 21-30 to find the month @(21,4,5)and year @(21,7,10) dd/mm/yyyy.
Once the values are found then I need to code below
Pre = before June 2016
Post = after June 2016
If (Form_Name = '015A') and (Month =< 6 ) and (Active_Year =< '2016')
flag := Pre
Else
Flag := post
EndIf
Can you help me code this in PRessTalk or in a condition with many thanks.
THANKS
Edited by Sami786 (03/26/21 01:50 PM)
_________________________
Peace