[06 Jan 2010] Problem with MatchPattern()
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 06 Jan 2010 22:10:59 -0000
Hello, I've a problem with the command MatchPattern(), in the Amigaish side all is working fine but if I create an executable for Windows (I've Vista) the result is always False.
I've tried a simple example:
But as said under Vista the result is always false: any hints?
Regards, Fabio
Hello, I've a problem with the command MatchPattern(), in the Amigaish side all is working fine but if I create an executable for Windows (I've Vista) the result is always False.
I've tried a simple example:
Code: Select all
DebugPrint(MatchPattern(" fabio", "#?")
DebugPrint(MatchPattern(" fabio", "*")
Regards, Fabio