Hi. I have a question about file open and read, and possible need to use array too. I have to read 10 files (they are wave files), and read them 1 by 1. Should I use fmOpenRead? What is the syntax ?
Also, the files' names are like ABC100, ABC102, ABC103, ... ABC109. Is there a way to truncate the file name into 3 parts (ie. 'ABC', '1', and '00' for filename 'ABC100') ?
Thanks a lot!
Also, the files' names are like ABC100, ABC102, ABC103, ... ABC109. Is there a way to truncate the file name into 3 parts (ie. 'ABC', '1', and '00' for filename 'ABC100') ?
Thanks a lot!