|
Nitro Newbie
Joined: 13 Aug 2002 Posts: 2
|
Posted: Tue Aug 27, 2002 4:10 am
Variables |
Is there a way to add a letter to a variable? ex: @ename is 'scarecrow' and I want to make it 'scarecrows'
Any help is appreciated. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Tue Aug 27, 2002 4:17 am |
#VAR ename scarecrow
#VAR enames [%concat(@ename,"s")]
Ton Diening |
|
|
|
|
|