====== LineDescription ====== This function returns the full description of a user report line based on the user report name and line code. If no line code is provided, the function returns the full description of the user report itself. **LineDescription(UserRpt, //LineCode//)** ==== Example Usage ==== * **=LineDescription("BALCON")** Returns the full report description for the BALCON user report. * **=LineDescription("BALCON", "A01")** Returns the description for line A01 of the BALCON user report. ==== Required Parameters ==== {{section>parameters#userrpt}} ==== Optional Parameters ==== {{section>parameters#linecode}}