Previous Topic: &DAY

Next Topic: &FILEKEY


&FILEID

Contains the name of the file currently being processed.

This is the file most recently actioned by either &FILE OPEN, &FILE PUT, &FILE ADD, &FILE SET, &FILE GET or &FILE DEL

Example: &FILEID

&FILE OPEN ID=FILE1 FORMAT=DELIMITED 
&WRITE DATA=OPENED FILE : &FILEID

Note: When a file is closed, the contents of &FILEID revert to the name of the file most recently processed before closing the current file. If no other files are currently open, &FILEID is set to null.

More information:

&FILE