Try: Procedure Fat16_OpenFile(byte in FilenameReq[]) is var byte array_size = byte( count(FilenameReq) ) ..... end procedure
Your going to have to search the entire directory and every file name. Matt. On Dec 11, 12:02 pm, YoBe <[email protected]> wrote: > Sorry, post was send but not complete: > > Main program: > > var byte FilenameReq[8]="SOUND00A" > FAT16_OpenFile(FilenameReq) > > FilenameReq[8]="SOUND00B" > FAT16_OpenFile(FilenameReq) -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
