Sorry, I posted without actually keying in any details.
I am trying to pull the filename as the Batch ID in my maps and came across a script function aptly named filename. Checking the Help file and manual the function is meant to return the name of the specified file. I just thought the function would just be pretty straightforward but it seems to me that I have to use a variable to make it work.
Is there any available reference or additional information (e.g. syntax, etc.) for the listed Script Functions?
If you have the list of functions open and click on one and hover over it, SC will give you:
Description: quick description of function
Parameters: the list and datatype of the params
Returns: name of return as well as datatype
patrick
If you would like to submit an answer or comment, please sign in to the eOne portal.
Sorry, I posted without actually keying in any details.
I am trying to pull the filename as the Batch ID in my maps and came across a script function aptly named filename. Checking the Help file and manual the function is meant to return the name of the specified file. I just thought the function would just be pretty straightforward but it seems to me that I have to use a variable to make it work.
Is there any available reference or additional information (e.g. syntax, etc.) for the listed Script Functions?
Thank you.