Page 1 of 1

Take one string in filename and make it into 2 substrings

Posted: 18 Nov 2021, 01:27
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

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

Posted: 18 Nov 2021, 18:00
by kim

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

Posted: 19 Nov 2021, 00:05
by RBCC
2 questions:

is replace availible in movie mode?
if the original string is null string how do I use replace?

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

Posted: 19 Nov 2021, 14:59
by kim
I believe replace only works with "Strings" aka plain text but everywhere

you can use { any{}{} }