Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Set_Sort_File Function ====== ==== Description ==== This function is used to set the path and file to be used by the sort mechanisms within OpenInsight when write temporary files. ==== Syntax ==== filePath = Set_Sort_File(filePath) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |filePath|A fully named path to which the temporary files should be written. This path must be accessible by the end-user.| ==== Returns ==== The fully qualified file name of the file used by the sorting mechanisms in OpenInsight. The filename will have a pattern of "R#######.sfx" where # is an integer value. ==== See Also ==== [[get.sort.file|Get.Sort.File() function]] ==== Example ==== <code> declare function Set_Sort_File sortPath = "C:\MY_PATH\" filePath = Set_Sort_File( sortPath ) </code> guides/programming/programmers_reference_manual/set_sort_file.txt Last modified: 2024/06/19 20:20by 127.0.0.1