Hi ,
I'm trying to return the first 10 characters of a file name into a custom column.
Can anyone please let me know the script for this.
Thanks
How to return the first 10 characters of a file name into a custom column
Re: How to return the first 10 characters of a file name into a custom column
Code: Select all
return substr(<cc_name>, 0, 10);One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club