UTIL_CLEAR_LIST ( listVarible )
UTIL_CLEAR_LIST_ONLY ( listVariable )
UTIL_COERCE_FROM_TEXT ( originText ; dataTarget { ; booleanYes } )
coercedText:= UTIL_Coerce_To_Text ( source { ; format } )
UTIL_Compare_Strings ( textOne ; textTwo )
concatText:= UTIL_Concat ( separator ; textValue ; textValue2 { ; ... { ; textValue20 } } )
fieldTypeIcon:= UTIL_Get_Field_Type_Icon ( fieldType )
pointerString:= UTIL_Get_Pointer_String ( fieldOrVar )
fileName:= UTIL_GetFilenameFromPath ( filePath )
folderPath:= UTIL_GetFolderFromPath ( filePath )
UTIL_Is_Are_String ( numItems { ; singular ; plural } )
timeString:= UTIL_Logint_To_Time_Text ( longintTime { ; timeFormat } )
UTIL_MOVE_OBJECT_TO_COORDINATES ( objectName ; positionX ; positionY { ; newWidth { ; newHeight } } )
UTIL_PopUp_Menu_Under ( objectName ; popUpData { ; default } )
stripped:= UTIL_StripSpaces ( originalText )
validVisible:= UTIL_Table_Is_Valid_Visible ( tableNumer )
UTIL_WAIT_NUM_SECONDS ( numSeconds )