HP3000-L Archives

November 2003, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Emerson, Tom" <[log in to unmask]>
Reply To:
Emerson, Tom
Date:
Mon, 3 Nov 2003 15:23:03 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
> -----Original Message-----
> From: Larry Barnes [mailto:[log in to unmask]]
> 
> I am trying to pass a session variable to a macro variable.  
> How is this done?
> 
> I'm using Reflection 7.0

I would suggest something along these lines:

   with application
      .transmit "showvar <variable_I'm_interetsted_in>"
      buffer$ = .readline()
      local_var = myparser(buffer$)
   end with

You may also want to turn off "processdatacomm" while doing this to ensure your "macro" script does indeed get everthing

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2