NAME
SetSHSD Set the Sign House Same Direction flag, at script level (do not overwrite proastro settings).
USAGE
SetSHSD {0|1}
PARAMETERS
0 for false or 1 for true
RETURN
none
OPTIONS
None
EXAMPLE
#SetSHSD PutTxt "SHSD is: [isSHSD]" SetSHSD 0 PutTxt "SHSD is: [isSHSD] (should be 0)" SetSHSD 1 PutTxt "SHSD is: [isSHSD] (should be 1)"
Output:
SHSD is: 0 SHSD is: 0 (should be 0) SHSD is: 1 (should be 1)