This is true if Text-Argument-1 and Text-Argument-2 are identical in a case-insensitive comparison.
Syntax
IFIDNI Text-Argument-1, Text-Argument-2Remarks
Both Text-Argument arguments must be specified. An error is generated if a either argument is not supplied.
In the following example:
IFIDNI <EAGLES>,<Eagles> value = 1 ENDIF
the condition would be true; the arguments are identical because they are compared using a case-insensitive algorithm.