What happens when you replace
    
    
    const    twHash*                 : string = "#"
    
    
    Run

with
    
    
    const    twHash*                 : string = "\xHH"  # HH = ASCII value of #
    
    
    Run

?

Reply via email to