From 27a87701593dad64e02029ab1541e9b3fa042674 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 30 Jun 2005 19:51:26 +0000 Subject: [PATCH] variable names are no longer case sensitive git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4149 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/script.but | 2 +- Docs/src/var.but | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/script.but b/Docs/src/script.but index 81f1c2d7..32de723b 100644 --- a/Docs/src/script.but +++ b/Docs/src/script.but @@ -61,7 +61,7 @@ It is also possible to put newlines, tabs etc. in a string using $\\r, $\\n, $\\ \\Variables\\ -Variables start with $. User variables should be declared and are case-sensitive. +Variables start with $. User variables should be declared. \c Var MYVAR \c diff --git a/Docs/src/var.but b/Docs/src/var.but index 78aeb303..175f7760 100644 --- a/Docs/src/var.but +++ b/Docs/src/var.but @@ -6,7 +6,7 @@ All variables are global and can be used in Sections or Functions. \e{$VARNAME} -User variables can be declared with the \R{var}{Var} command. You can use these variables to store values, work with string manipulation etc. Unlike constants these variables are case-sensitive. +User variables can be declared with the \R{var}{Var} command. You can use these variables to store values, work with string manipulation etc. \S2{var} Var