Page History
...
Returns a unique operating system filename, constructed using the workstation ID and a unique number. The most common use is to do an external sort using the V119 subroutine. The filename will have the .SFX extension.
...
A filename unique to the workstation running OpenInsight. It can be used as the SortFile parameter for V119, or opened by any program requiring a unique filename for each workstation.
See also
V119 (String Sort) subroutine, Set_Sort_File function
Example
Code Block |
---|
* SortFile will contain the name of a unique filename. SortFile = Get.Sort.File() |