Question about an operator...
Posted: Wed Nov 25, 2009 2:39 pm
I apologize in advance if this is rudimentary. What does the @ sign do before the = sign in the following rule?
['6402 Transportation']=N:IF(DIMNM('Time',DIMIX('Time',!Time))@=
DB('Travel Plan',!Currency,!Budget Versions,!Year,!TripList,!Organization,'Month of Trip'),
DB('Travel Plan',!Currency,!Budget Versions,!Year,!TripList,!Organization,'6402 Transportation'),0);
I looked this up in the reference guide under arithmetic, logical and comparison operators and did not see it. I understand the rest of the statement.
Thanks a lot.
['6402 Transportation']=N:IF(DIMNM('Time',DIMIX('Time',!Time))@=
DB('Travel Plan',!Currency,!Budget Versions,!Year,!TripList,!Organization,'Month of Trip'),
DB('Travel Plan',!Currency,!Budget Versions,!Year,!TripList,!Organization,'6402 Transportation'),0);
I looked this up in the reference guide under arithmetic, logical and comparison operators and did not see it. I understand the rest of the statement.
Thanks a lot.