And this was posted in the Links section for what reason?
Please take more care of where you post in future please
Moving to a more appropriate forum... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Posted: Fri Oct 22, 2010 5:27 am Post subject: Re: Build a message tree, index it associative
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
kuzman wrote:
Hi
I would like to build a message tree and I would like to index it as follows:
DECLARE vari CHAR;
SET vari = "sample";
SET Environment.Variables.Results.vari = "temp";
and the result would be:
Environent
Variables
sample = temp
Is it possible somehow?
Br
No - the best you'd get would be
Environment
Variables
Results
sample = temp
because that SET statement has a Results qualifier.
But the kind of variable replacement you're talking about is possible & documented in the manual. Please read it with more care than you read section titles. _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum