Re: Variable holding a chunk

2007-01-06 Thread Bill Marriott
I personally always live in the dictionary. It has a field at the top which filters stuff out for you as you type. For this specific function, I would probably type in evaluate because I want Rev to evaluate the chunk expression rather than to use it as a literal string. This gives you the

Re: Variable holding a chunk

2007-01-06 Thread Jim Carwardine
It's always driven me crazy and now I can't remember from the HC days whether I had to use the value of expression or not. It's just that each time I use it, if it has been more than a few weeks, I have to relearn it. Thanks everyone... Jim on 1/6/07 2:49 PM, Bill Marriott wrote: I personally

Variable holding a chunk

2007-01-05 Thread Jim Carwardine
Hi List... I always seem to draw a blank when I try to debug this structure. It doesn't matter how many times I do it I always seem to run into this wall. I have a variable, myVar, that holds a chunk, [line 2 of field myField of group myGroup of card id 1002 of stack myStack]. When I say [put

Re: Variable holding a chunk

2007-01-05 Thread Scott Rossi
Recently, Jim Carwardine wrote: I have a variable, myVar, that holds a chunk, [line 2 of field myField of group myGroup of card id 1002 of stack myStack]. When I say [put myVar into field xxx] I get the chunk expression not the data held by the field represented by the chunk expression.

Re: Variable holding a chunk

2007-01-05 Thread Jim Ault
On 1/5/07 1:06 PM, Jim Carwardine [EMAIL PROTECTED] wrote: Hi List... I always seem to draw a blank when I try to debug this structure. It doesn't matter how many times I do it I always seem to run into this wall. I have a variable, myVar, that holds a chunk, [line 2 of field myField of

Re: Variable holding a chunk

2007-01-05 Thread Bill Marriott
you have a chunk *expression* in myvar :) put the value of myVar will work. As for the help file, what version of Rev do you have? Jim Carwardine [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi List... I always seem to draw a blank when I try to debug this structure. It

Re: Variable holding a chunk

2007-01-05 Thread Jim Carwardine
Hi Bill... I have 2.7.4 on MacIntel... Jim on 1/5/07 6:03 PM, Bill Marriott wrote: you have a chunk *expression* in myvar :) put the value of myVar will work. As for the help file, what version of Rev do you have? Jim Carwardine [EMAIL PROTECTED] wrote in message news:[EMAIL