Created some ways to see how alike two strings are. I hope to add more later on. I know my code isn't fantastic (the functions need better names for a start), and I would greatly appreciate any pointers/feedback anyone feels like giving. #include-once #include <math.au3> #Include <String.au3> ;=============================================================================== ; ; Description: Returns the Hamming Distance between two strings of ; identical length ; Paramete