Hi Vic,
No it works.. I was just wondering if there was a way...
Thanks,
Eric
On 9/15/06, Victor Narof <vic...@ho...> wrote:
>
> Eric Hochmeister wrote:
>
> >Block responds to return and return:. Is it possible while in a block to
> >get access to the current block?
> >
> >ie.
> >
> >[ sys log:'hello'. <ref to current block> return. sys log:'bye'. ] value.
> >
> >So far I've only been able to figure it out if I bind the block to a
> >variable.
> >
> >b := [ sys log:'hello'. b return. sys log:'bye'. ].
> >b value.
> >
> >Is this functionality exposed to us?
>
> No. AFAIK, binding the block to a variable, like you did, is the way to go
> for creating a block that refers to itself. It works well for me. Are you in
> a situation where it doesn't work?
>
> Vic
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> F-Script-talk mailing list
> F-S...@li...
> https://lists.sourceforge.net/lists/listinfo/f-script-talk
>
|