Title: Message

YES! Woo hoo! Thank you Scott. I'm just blown away at how easy Tango makes it.

I've been an ASP programmer for about five years. I was introduced to Tango when I started here are Moveable and picked it up in about a week.

Tango is so concise, so well structured and so logical that I now HATE doing ASP programming. I wondered why I was doing it the hard way for soooo long.

Three things really put Tango above ASP:

  • The program tree. It makes it so easy to debug and restucture your application at will.
  • Array handing. @FILTER and @DISTINCT save you dozens of lines of code and being able to do things like <@ASSIGN NAME="stuff" VALUE="@@resultset[*,2]" SCOPE="Local"> is really handyas is being able to assign @ARG values to an array.
  • @TOKENIZE. Being able to parse @ARG values is so easy.

- James.
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott Cadillac
Sent: Thursday, May 23, 2002 5:11 PM
To: Multiple recipients of list witango-talk
Subject: Re: Witango-Talk: Recursive TCF calls


Hi James,

To re-use a Method inside another Method - which happens to belong to the same TCF:

Note: Re-instantiating the Object is not necessary.

-- Drag the Method into the Method:
-- Set your 'Object instance variable' to:
    Scope: Method
    Name: this

Reply via email to