| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:InitAStringHook ====== | [[prop imageinstance.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop interface.htm|{{btn_next_n.gif|Next page}}]] | | || A property of the SYSTEM built-in variable that allows a procedure to be set up to automatically initialize the TIE values the first time an ASTRING representing a particular value is assigned. Equivalent to {PROP:LibHook,14}. Assign the ADDRESS of the InitAString procedure, and the runtime library will call this procedure when an ASTRING variable is first assigned. Assign zero and the runtime library will stop calling the InitAString procedure. (WRITE-ONLY)