For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

JRahm's avatar
JRahm
Icon for Admin rankAdmin
Jan 27, 2011

Object not displaying all fields

I'm using a proc from the wiki that prints fields: proc print_fields { objVar } { upvar $objVar obj set fdx 0 set fields [tmsh::get_field_names value $obj] set field_count [lleng...