This module generates strings for numbered files or sequential files such as:
file001.dat, file002.dat, file003.dat .
You can specify the format using '#', for example,
file###.dat -> file001.dat, file128.dat
file####.dat -> file0001.dat, file0128.dat
file#.dat -> file1.dat, file128.dat
You can also set a prefix for the string. This is useful when you have several 'NumberedFile's and you want to change the prefix of each of the files (directory name etc.) simultaneously.
Port: Prefix
Type: Parameter
Optional: This port is optional.
Set prefix string, null string by default.
Port: N
Type: Slider
Current value.
Port: Format
Type: Text
Format string.
Port: File
Type: Parameter
Result string.
None