Login Page - Create Account

Support Board


Date/Time: Mon, 12 May 2025 17:31:00 +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.