DBsave writes an array of strings displayed in a UIwindow to a file.
num_of_strings int
string_array[] string
process_save int
DBsave writes an array of strings displayed in a UIwindow to a file. This module is typically used to save query output that has been formatted as an array of strings using DBlist and displayed in a UIwindow.
The name of the file to which the array of strings is written.
The number of strings written to the file. This is the array size for the string_array[] input port.
The array of strings written to the file.
A trigger that initiates execution of the write operation. When this value changes to a value greater than 0, the operation is executed.
A return value that indicates the processing status of the write operation. This value is set to 1 while the operation is being processed and is cleared to 0 to indicate that the operation has completed.