Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 18:52:04 +0000



Post From: Advanced Custom Studies

[2017-11-11 23:45:54]
gtlhbkkj - Posts: 13
DO you have an ACSIL function, which compares two character strings and returnes number of matches / mismatches?
Eg. compare String1 = "AAABBAAAA" with String2 = "AAAAAAAAA"
function_compare(string1, string2) = 2
Thank you.