in the below example nothing;
${VAR} allows substitution without separation. i.e.
VAR=bob
${VAR}IABLE = bobIABLE
whereas 
$VARIABLE is undefined

there are also some advanced uses of ${VAR} type constructs, like
${VAR:-OTHERVAR} which evals to $VAR if VAR is set and $OTHERVAR
otherwise
etc..

john

>>> [EMAIL PROTECTED] 12/02/02 10:01a.m. >>>
what is the difference between $VAR and ${VAR} apart from a whole lot
of
tricky keystrokes??
-- 
Nick Rout <[EMAIL PROTECTED]>



**********************************************************************
** This email and attachments have been scanned for content and viruses 
and is believed to be clean **

This email or attachments may contain confidential or legally 
privileged information intended for the sole use of the addressee(s). 
Any use, redistribution, disclosure, or reproduction of this message, 
except as intended, is prohibited. If you received this email in error, 
please notify the sender and remove all copies of the message, 
including any attachments. Any views or opinions expressed in this 
email (unless otherwise stated) may not represent those of Canterbury 
District Health Board
**********************************************************************

Reply via email to