ug4
output_util.lua File Reference

Functions

function util PrintTable (tablePar)
 
function util TableToText (var)
 
function util TableToTextLong (tablePar)
 
function util TableToTextLongHelper (indexPar, valuePar)
 

Function Documentation

◆ PrintTable()

function util PrintTable ( tablePar  )

to print tables

location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / output_util.lua :65-67

function util.PrintTable(tablePar)
print(util.TableToTextLong(tablePar))
end
function table print(data, style)

◆ TableToText()

function util TableToText ( var  )

location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / output_util.lua :69-93

References verbose.

◆ TableToTextLong()

function util TableToTextLong ( tablePar  )

location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / output_util.lua :59-62

function util.TableToTextLong(tablePar)
util.PrintTableHelperIntend = ""
return util.TableToTextLongHelper("", tablePar)
end

◆ TableToTextLongHelper()

function util TableToTextLongHelper ( indexPar  ,
valuePar   
)

location: /home/runner/work/docs/docs/ug4/ugcore/scripts/util / output_util.lua :37-57