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
-
Schuller
- Posts: 195
- Joined: 02 May 2023 21:08
-
highend
- Posts: 14925
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
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
-
Schuller
- Posts: 195
- Joined: 02 May 2023 21:08
XYplorer Beta Club