G
Guest
i have two strings from xml file
str1 = 800.7415_801.101_8.115_216.12
str2 = 800.7415_801.101_8.115_216.12_217.570
the first stream represent a xml file 800.7415_801.101_8.115_261.12.xml
which hold some value that can only be look up after i compare both string
so i can find where to look up the value of object type 217 and the instance
number 570
if i use string.compare i get -1 which mean str2 is greater than str1...but
i have no idea on what to do next. how do i compare both string and base on
the difference to get the 217 and 570
str1 = 800.7415_801.101_8.115_216.12
str2 = 800.7415_801.101_8.115_216.12_217.570
the first stream represent a xml file 800.7415_801.101_8.115_261.12.xml
which hold some value that can only be look up after i compare both string
so i can find where to look up the value of object type 217 and the instance
number 570
if i use string.compare i get -1 which mean str2 is greater than str1...but
i have no idea on what to do next. how do i compare both string and base on
the difference to get the 217 and 570