On 11/18/04 10:05 AM, "Kaveh Bazargan" <[EMAIL PROTECTED]> wrote:

> While we are on this topic, why is it that I can say:
> 
> put selectedLine of the target into temp
> delete temp
> 
> but not
> 
> delete selectedLine of the target
> 
> What is the fundamental point I am missing?

Well, first of all "selectedLine" is a global property, which returns
something like "line 1 of field 2". You would think you can just do:

  delete the selectedLine

-- but you can't. I'm not exactly sure why (perhaps it is resolving the
value of that line of data), but it *does* work if you "do" it, as in:

  do "delete" && the selectedLine

HTH,

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to