compareTo

Document Actions
last edited 4 years ago by vgh

description

This part is designed to compare two Strings. The result is a negative integer if this String object lexicographically precedes the argument string. The result is a positive integer if this String object lexicographically follows the argument string. The result is zero if the strings are equal.

figure

inpins

  1. Compare(STR1, STR2) - ID = 1 - set the Srtings for comparison
  • STR1 – main string
  • STR1 – another string

outpins

  1. RESULT - ID = 51 - integer

links to cvs

source - revision 1.0 org.vcb.parts.srting.Compare.java at sourceforge.net

configuration file revision 1.0 Compare.xml at sourceforge.net

status

alpha release