[ Main Menu ] [ Extension Tools Menu ] [ Basic Edition Menu ]

<iSTRNCMP> Tag


<iSTRNCMPSRC="source string" ( )
DST="destination string" ( )
NUM="number of characters" (1)
>

This is a case-sensitive string compare tag. It compares the string in SRC="" with the string in DST="". If they match, the tag resolves to TRUE; else it resolves to FALSE. Same as STRCMP except does a comparison for the specified number of characters.
Resolution Resolves to true or false


iSTRNCMP example
Example Source Code
Top