| It will overwrite the list. Every statement that returns some result into a return variable always overwrites the existing value. I know you are familiar with Oracle PL/SQL. Return variables in JAL work exactly as OUT parameters in Oracle procedures and functions.
 : Hello, : I want to FTP a few files to different directories.
 : eg I want to FTP files that begin with 24A*.txt and 11A*.txt to folder one : and files that begin with 10A*.txt and 7A*.txt to folder two
 : I have used the FTP download template to create the first file but can I : alter the bit where it populates the file_list with another FTPDir command
 : so I gradually build up a file list for each folder i want to copy to ?
 : ie I have a FTPDir command for each file I want to ftp across and store the
 : result into the file_list - would this append it intop the list or just
 : overwrite it ?
 : Or is there an easier way to do this ? 
 
 |