From 9599e280a595c48645ad628406112cc99db3d013 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 1 May 2003 19:28:18 +0000 Subject: [PATCH] Tab git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2525 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/var.but | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docs/src/var.but b/Docs/src/var.but index d018c2d8..9ec98892 100644 --- a/Docs/src/var.but +++ b/Docs/src/var.but @@ -98,6 +98,10 @@ Use to represent a carriage return (\\r). Use to represent a newline (\\n). +\e{$\\t} + +Use to represent a tab (\\t). + \e{$\{SYMBOL\}} Where SYMBOL is the name of something globally defined, this will be replaced with the value of that symbol. The order of calling Symbols in the script is important.