bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] $'$' syntax


From: Susan Hoddinott
Subject: [bug-gawk] $'$' syntax
Date: Thu, 26 Jan 2012 16:41:52 +0800

Hello,
 
I am trying to build output strings from dynamic variables, e.g. name = "$j, $(j+1)", etc.  I receive syntax errors if I do not use double quotes at this point and when I try to print the value of the variable, if I use name I get $j, etc. output without transalation, if I use $name I get the whole file and if I use $'$'name I get another syntax error.  Is there a special syntax I need to use for the Windows version to get the variable to be evaluated when printed, or is this a bug ?
 
Regards,
Susan Hoddinott
http://www.hexworx.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]