{"aaData": [["RETURN A SET OF CODES", "
\nFormats a long text string by breaking it in to pieces and printing the\npieces within a pre-determined format (max line length, tab ofset, 1st line\ntab offset).\n\n
\nExtrinsic function equivalent of YN^DICN: 1-YES,2=NO, if Q=1 the question\nmark is suppressed and if N=1 "NULL" is allowed.\n\n
\nExtrinsic function equivalent to FileMan's text editor\n\n
\nThis function lists the contents of an array on the screen. If the array\nwon't fit on one screen, scroll mode is invoked. Parameters specify the\noutput transfrom as well as start and stop marker and the empty array\nmessage.\n\n
\nGiven a help frame IEN, display the help frame\n\n
\nReturns the closed reference for the primary file in the class library:\nthe CLASS file.\n\n
\nGiven a closed file reference and field name (defaults to "PARAMETER"),\nit returns the DIC("P") string.\n\n\nGiven the string X with vertical bar windows containing parameter names,\nreplace the window with the value of the specified parameters.\n\n
\nGiven string X and closed array reference V, the delimiter A marks the array\nvariable and the delimiter B marks the value.\n\n
\nXXXXX\n\n
\n'^' of '^^' or <RETURN>\n\n
\nManages the display of a simple list on the screen (including pauses).\n\n
\nA "lite" form of LIST^OCXF1. Only require 2 variables: the source global\nand the TAB\n\n
\nFormats a list in to a multi columnar diaplay. No. of items less than\n8 or greater than 66 = 1 column; less than 33 = 2 columns ; less than\n66 = 3 columns\n\n
\nFast alternative to a silent DIC lookup. Does not support identifires,\nDIC("S"),DIC("W") etc.\n\n\nGiven a parameter, a data type action (e.g., 'READ', 'VALIDATE', etc.),\nand an override array, do what is requested.\n\n
\nGiven a CLASS, INSTSANCE, and \nPARAMETER (IEN), return the subfile IEN\n\n
\nGiven a parameter IEN and an input value, return the external value.\n\n
\nGiven a class and instance, return all parameter values inthe specified\narray. Array subscripts can be the full or brief name.\n\n
\nGiven a PARAMETER IEN, get a valid param value from the user.\n\n
\nGiven a parameter (name or ien), return its data type.\n\n
\nGiven a DATA TYPE's name or IEN, return the TAG^ROUTINE of its method.\n\n
\nGiven a data type's name or IEN, return the IEN or name of its parent\n\n
\nGiven a class and instance, list all parameters and values\n\n
\nGiven a class, instance and class name, edit the object.\n\n
\nGiven an open reference for a class and the class name, enter a new object.\n\n
\nGiven a class, instance, class name, and output array closed reference,\nallow user to assign parameters to the object from a set consisting of\nall parameters assigned to the methods of the class.\n\n
\nGiven a class, instance, method and output array reference, which of the\nobjects parameters will be 'orphaned' if the parameter is deleted.\n\n
\nGiven a set of codes string (FileMan format) it converts a code to an\nexternal value or an external value (or a unique partial value) to a code.\n\n