<aname="l1"></a><spanclass=cF0>ZealOS has a string indirection feature implemented with the same hash symbol table entry as </span><spanclass=cF2>#define</span><spanclass=cF0> macros, </span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l824"><spanclass=cF4>HTT_DEFINE_STR</span></a><spanclass=cF0>.
<aname="l2"></a>Support for string lists is also provided, but it's not very efficient, though, you can make a hash table with a list using </span><spanclass=cF4>
<aname="l3"></a></span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/KHashB.CC.html#l243"><spanclass=cF4>HashDefineListAdd</span></a><spanclass=cF0>(). See </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocInit.CC.html#l25"><spanclass=cF4>::/System/DolDoc/DocInit.CC</span></a><spanclass=cF0>.
<aname="l5"></a>If you have an </span><spanclass=cF2>@</span><spanclass=cF0> as the first char of a define list entry, it is an alias for the prev entry num.
<aname="l7"></a>Each task can load its own Define strings. Remember, when a </span><spanclass=cF4><u>Hash</u></span><spanclass=cF0> table is searched for a string, if it is not found, the
<aname="l10"></a>The </span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/DolDocOverview.DD.html#l1"><spanclass=cF4>DolDoc</span></a><spanclass=cF0> framework supports text that changes based on entries in the task's symbol table. Set a text entry with a </span><spanclass=cF2>D=</span><spanclass=cF0> arg,
<aname="l11"></a>as in </span><spanclass=cF2>$TX,"",D="DD_MYSTRING"$</span><spanclass=cF0>. See </span><ahref="https://zeal-operating-system.github.io/ZealOS/Demo/DolDoc/DefineStr.CC.html#l1"><spanclass=cF4>::/Demo/DolDoc/DefineStr.CC</span></a><spanclass=cF0>, </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Define.CC.html#l1"><spanclass=cF4>::/System/Define.CC</span></a><spanclass=cF0> and </span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/MemoryOverview.DD.html#l1"><spanclass=cF4>::/Doc/MemoryOverview.DD</span></a><spanclass=cF0>.