Re: Can I call a function that is in a different script?

2003-03-10 Thread Jan Schenkel
--- erik hansen [EMAIL PROTECTED] wrote: --- Victor Eijkhout [EMAIL PROTECTED] wrote: At 12:01 -0500 2003/03/09, Richard Gaskin wrote: Suppose I have a function defined in some field's script. Can I call it from a handler in another field's script? See the call commond.

Re: Can I call a function that is in a different script?

2003-03-10 Thread Victor Eijkhout
At 0:50 -0800 2003/03/10, Jan Schenkel wrote: Why not just use the 'value' function ? That's what the sons of thunder suggested. It works for me. -- Victor Eijkhout [EMAIL PROTECTED] tel: 865 974 9308 (W), 865 673 6998 (H), 865 974 8296 (F) http://www.cs.utk.edu/~eijkhout/

Re: Can I call a function that is in a different script?

2003-03-10 Thread erik hansen
--- Jan Schenkel [EMAIL PROTECTED] wrote: Why not just use the 'value' function ? It has a second parameter that lets you determine in the context of which object it should be executed. Example : get value(Foo(), fld Bar) this always works when fld Bar is in a different stack? or is it

Re: Can I call a function that is in a different script?

2003-03-10 Thread erik hansen
--- Jan Schenkel [EMAIL PROTECTED] wrote: Why not just use the 'value' function ? It has a second parameter that lets you determine in the context of which object it should be executed. Example : get value(Foo(), fld Bar) this always works when fld Bar is in a different stack? or is it

Re: Can I call a function that is in a different script?

2003-03-10 Thread Jan Schenkel
--- erik hansen [EMAIL PROTECTED] wrote: --- Jan Schenkel [EMAIL PROTECTED] wrote: Why not just use the 'value' function ? It has a second parameter that lets you determine in the context of which object it should be executed. Example : get value(Foo(), fld Bar) this always

Re: Can I call a function that is in a different script?

2003-03-10 Thread erik hansen
--- Jan Schenkel [EMAIL PROTECTED] wrote: Why not just use the 'value' function ? It has a second parameter that lets you determine in the context of which object it should be executed. Example : get value(Foo(), fld Bar) this always works when fld Bar is in a

Re: Can I call a function that is in a different script?

2003-03-09 Thread Victor Eijkhout
At 12:01 -0500 2003/03/09, Richard Gaskin wrote: Suppose I have a function defined in some field's script. Can I call it from a handler in another field's script? See the call commond. That seems to be for handlers; I needed a function because I need the return result. In fact, call is almost

Re: Can I call a function that is in a different script?

2003-03-09 Thread erik hansen
--- Victor Eijkhout [EMAIL PROTECTED] wrote: At 12:01 -0500 2003/03/09, Richard Gaskin wrote: Suppose I have a function defined in some field's script. Can I call it from a handler in another field's script? See the call commond. That seems to be for handlers; I needed a

Can I call a function that is in a different script?

2003-03-08 Thread Victor Eijkhout
Suppose I have a function defined in some field's script. Can I call it from a handler in another field's script? (I tried finding this in the docs, but no luck. Function doesn't seem to appear in the development guide, at least for as far as I could discern. I couldn't figure out how to

RE: Can I call a function that is in a different script?

2003-03-08 Thread Ken Ray
PROTECTED] On Behalf Of Victor Eijkhout Sent: Saturday, March 08, 2003 12:16 PM To: Use Revolution List Subject: Can I call a function that is in a different script? Suppose I have a function defined in some field's script. Can I call it from a handler in another field's script? (I

Re: Can I call a function that is in a different script?

2003-03-08 Thread Richard Gaskin
Victor Eijkhout wrote: Suppose I have a function defined in some field's script. Can I call it from a handler in another field's script? See the call commond. -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site