Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
compare 2 strings
#5
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
out StrCompare(a b)

output:
1
1
0


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: 1 Guest(s)