From: Mindy on 9 Jun 2010 01:06 Hey, guys, What does "!" mean in %length (! &name)=4 ? Thanks, Mindy
From: Patrick on 9 Jun 2010 06:06 Hi Mindy The "!" has no special meaning in this context. It's just like any other character. %let name=ABC; %put %length (! &name); The length of the expression would be: 5 - Exclamation mark + blank + 3 characters from &name HTH Patrick
From: Mindy on 9 Jun 2010 12:11 On Jun 9, 3:06 am, Patrick <patrick.mat...(a)gmx.ch> wrote: > Hi Mindy > > The "!" has no special meaning in this context. It's just like any > other character. > > %let name=ABC; > %put %length (! &name); > > The length of the expression would be: 5 - Exclamation mark + blank > + 3 characters from &name > > HTH > Patrick Hey, it makes sense. ___ Thanks, Mindy
|
Pages: 1 Prev: message to Real Resourcing Next: Features of Project-drive.net |