Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
compare 2 strings
#1
i created a ICsv object and have a multi line string from a clipboard that i want to remove duplicates. When i compare the strongs by len they match, vusally they match, bring in Excel they math BUT dont match in my QM macro... also if i copy the string into a seperate macro, they still dont match.... If i copy the 1st line and duplicate it, it still wont match!!

is there an issue with the ICsv & strings or getting string the clipboard?  even if you copy the text from my posting it still wont match... what am i doing wrong??
Code:
Copy      Help
str a= "The ITypeLib interface provides access to information about the type description in a type library."
str b= "The ITypeLib interface provides access to information about the type description in a type library."
str c= "The ITypeLib interface provides access to information about the type description in a type library."

out a=b
out a=a


Messages In This Thread
compare 2 strings - by ilcaa - 08-02-2020, 05:40 PM
RE: compare 2 strings - by Kevin - 08-03-2020, 02:04 AM
RE: compare 2 strings - by Gintaras - 08-03-2020, 06:23 AM
RE: compare 2 strings - by ilcaa - 08-10-2020, 01:43 PM
RE: compare 2 strings - by Gintaras - 08-10-2020, 02:45 PM
RE: compare 2 strings - by ilcaa - 08-14-2020, 04:36 PM
RE: compare 2 strings - by Kevin - 08-14-2020, 05:37 PM
RE: compare 2 strings - by Gintaras - 08-14-2020, 07:22 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)