Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Silice

Ok.
martin

Re: scripting - how to create a function

WinSCP does not support such complex scripting as functions.
Silice

scripting - how to create a function

Hi all,
I just discovered WinSCP it's sounds great, I would like to know if I can use variable and function in script?
for exemple:

function Traitment(filetype)
get filetype
end function

Traitment("fileXXX_*.txt")

Thanks