Login Page - Create Account

Support Board


Date/Time: Wed, 29 Oct 2025 17:26:08 +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.