compare strings

  1. X

    Compare n characters from strings

    Hi there... Is there such a way to do this on Amibroker like this function on Matlab? http://www.mathworks.com/help/matlab/ref/strncmpi.html Compare n characters from two strings independently of it's length... example: string1 = "Hello World Good Morning" string2 = "Hello World...