Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 30 JAN 2003 05:46:52PM dsig@sigafoos.org wrote:

1) could we get a "tile" horizontally (or stacked)

2) could we get the settings saved so next time we start the debugger it will be 'tiled' etc as last left.

thanks

dsig@sigafoos.org onmouseover=window.status=the new revelation technology .. a refreshing change;return(true)"

David Tod Sigafoos ~ SigSolutions

Phone: 971-570-2005

OS: Win2k sp2 (5.00.2195)

OI: 4.1.2


At 30 JAN 2003 06:09PM Richard Hunt wrote:

I agree. I would really like that modification for sure!


At 31 JAN 2003 05:01AM Oystein Reigem wrote:

Also could we get

(3) the ability of inspecting long lines? The horizontal scroll only goes a short way today. (Alternatively could we get

the possibility of writing long statements across several lines in Basic+?)

(4) better error messages? What I think of is the "Variable has not been assigned a value" message. It would help a lot if the message told the name of the unassigned variable.

(5) the ability of changing the value of any variable? Dynamic arrays are a problem today.

(6) a "Watch" feature?

- Oystein -


At 31 JAN 2003 06:27AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:

Oystein,

(Alternatively could we get the possibility of writing long statements across several lines in Basic+?)

You already have this capability to a certain extent. You can do this currently in OI:

call someFunction( Var1, Var2, Var, |

                 Var4, Var5 )

Note the '|' character at the end of the first line. This tells the compiler that the next line is a continuation of the first one.

Unfortunately (you knew this was coming right.. ;) this only works for so split a statement over 2 lines. You can't do this to split across 3 lines for example:

call someFunction( Var1, Var2, Var, |

                 Var4, |
                 Var5 )

The Sprezzatura Group

World leaders in all things RevSoft

www.sprezzatura.com_zz.jpg


At 31 JAN 2003 07:02AM Oystein Reigem wrote:

Sprezzatura,

Thanks. Being able to chop a line in two can be of some help.

- Oystein -

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/42eccb22fb47faea85256cbe007d2414.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1