Support Board
Date/Time: Sat, 05 Jul 2025 04:42:09 +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. |