====== TMSSDESCRIPTIONTEXT ======
This [[variable:start|Environmental Variable]] ''TMSSDESCRIPTIONTEXT '' allows you to set the attribute index 0 (Description) to a custom string value.
===== Example =====
To set attribute 0 from Description to Pool
==== Windows Command Line ====
set TMSSDESCRIPTIONTEXT=Pool
==== Windows PowerShell ====
$env:TMSSDESCRIPTIONTEXT = "Pool"
==== Linux ====
export TMSSDESCRIPTIONTEXT=Pool
{{tag>environmental_variables printing pdf csv html excel}}