Skip to content
  • rswindell's avatar
    Allow @-code format modifiers to be separated from the code-name/argument · 6ae9dbb4
    rswindell authored
    with a pipe (|) symbol, rather than a '-'. This accomplishes 2 things:
    - code:args can be used again with format-modifiers as pipe (|) is an illegal
      filename char in all supported OSes.
    - multiple format modifers can be specified for some may (now) be combined.
    
    * New format modifier 'T' (for thousands separated), adds separator (,) between
      thousands in numeric expanded @-codes. May be combined with other format
      modifiers when using the pipe-syntax (not the dash).
    6ae9dbb4