okay, i have a weird instance where the search box returns no results, when i know that the file DOES exist...
basic code example:
while statement(
Get Delimited String (%title% = string 1 in %blahblah%, delimiter , )
Search for File (%fileexists% = location of %title%.bsp) << searches in %AppDir% recursively
Show Dialog (had it show contents of %title% and %fileexists%)
okay, i tried a similar thing OUTSIDE of the while, and it worked
basic example:
Assign Value (%title% = bird)
Search for File (%result% = location of %title%.bsp)
Show Dialog (had it show contents of %title% and %result%)
what's the deal? it'll work outside a while, but not inside?? btw, both searches were searching within %AppDir% recursively, with the same variable for %title%
basic code example:
while statement(
Get Delimited String (%title% = string 1 in %blahblah%, delimiter , )
Search for File (%fileexists% = location of %title%.bsp) << searches in %AppDir% recursively
Show Dialog (had it show contents of %title% and %fileexists%)
okay, i tried a similar thing OUTSIDE of the while, and it worked
basic example:
Assign Value (%title% = bird)
Search for File (%result% = location of %title%.bsp)
Show Dialog (had it show contents of %title% and %result%)
what's the deal? it'll work outside a while, but not inside?? btw, both searches were searching within %AppDir% recursively, with the same variable for %title%
Comment