====== Compute_Dict function ====== ==== Description ==== Returns the result of a dictionary calculation. This is a shell around the Calculate() function. It opens a dictionary to @DICT, sets @ID, reads @RECORD, and calls Calculate. ==== Syntax ==== //calcresult// = **Compute_Dict**(//dictname//, r//ow//) ==== Parameters ==== The Compute_Dict function has the following parameters. ^Parameter^Description^ |//dictname//|Specifies the name of the dictionary column to calculate. For //dictname//, use the format: //tablename//*//columnname.//| |//row//|The //row// to perform the calculate against.| To determine which columns a dictionary item needs to perform a calculation, use the stored procedure Dict_Depend.