Thanks, and how would I figure out what the type of a variable is and how it is formatted? For instance, {TASK(#idoftask#,Result.DownloadedFilesNames)} is filenames separated by some kind of line break character (figured this out by having a task output the value to a text file) but if there's only one file downloaded it is just that one file name. Is there an easier way to just see this? Also then if there are multiple files (which I might deal with later) is there a way to iterate through those file names in a script? or have visualcron output the file names one at a time for the script to process? (since the script I'm using only takes one file name) (the script im using is an exe file and im not sure what language it was actually written in or if it can be edited)