Wildcard selection of characters from a given file name
Hello,I am trying to look up certain characters from a file name and select those file.for eg: file name: HELLO123_MT_XYZ, Code:For( i = 1, i <= N Items( files ), i++,If( Contains( files[i], "MT" ), //Enter search criteria from file nameOpen( files[i] );));Above code with "MT" will pull all file names with MT as character. But how can i select files with wild card? for eg: *123*XY*
david_arteta
razmah