Send file name

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
joejoejoe8
Newbie
Posts: 1
Joined: Mon Oct 06, 2014 10:00 pm

Send file name

Post by joejoejoe8 » Mon Oct 06, 2014 10:18 pm

How do i send the text of the file name?
For example save the image 'test123' and then instead of using 'Send>test123' I can use something like 'Send>nameoffile'
If there is a way for this could anyone help me out it would be much appreciated?

Dominic_Fichera
Pro Scripter
Posts: 82
Joined: Mon Mar 24, 2014 12:15 pm

Re: Send file name

Post by Dominic_Fichera » Tue Oct 07, 2014 2:19 am

Hi Joejoejoe8,

If the filename has been assigned to a variable, you can simple send the variable:

Code: Select all

Let>filename=test123
Send>%filename%
This will output "test123".

Is this what you were after? :)

Kind Regards,

Dominic Fichera

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts