Take one string in filename and make it into 2 substrings

Support for Windows users
Post Reply
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Take one string in filename and make it into 2 substrings

Post by RBCC »

I have a file name of a file that is 1979 -{n} = Rudolph and Frosty's Christmas in July. I would like to have {n}= Rudolph and Frosty's and {t} = Christmas in July. Is there a mid$ like in VB to do this? How is this done??

Thank you John
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Take one string in filename and make it into 2 substrings

Post by RBCC »

2 questions:

is replace availible in movie mode?
if the original string is null string how do I use replace?
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Take one string in filename and make it into 2 substrings

Post by kim »

I believe replace only works with "Strings" aka plain text but everywhere

you can use { any{}{} }
Post Reply