Re: [WebDNA] opinions on [switch] [case]...
This WebDNA talk-list message is from 2009
It keeps the original formatting.
numero = 103837
interpreted = N
texte = Govinda wrote:>> So maybe all webdna needs is a break statement which it currently does >> not have. Actually it has one, but it only works for [loop] -- not >> for [switch].> > I always like to keep humble since there are always deeper-thinker coder > heads than me.. but I agree that if [switch] (in any language) is going > to go on executing cases after the first matching case, then there > really needs to be the ability to break out of that.> > ------------> Govinda> govinda.webdnatalk@gmail.comWell, the deal about switch / Break is that it is useful perhaps inPHP because one can have complex regex matches... where WebDNA'sswitch is very speedy in that in that it is a simple match.It also is not a loop... so in order for a [break] to show *any*speed improvement in switch.. you'd have to type out one heck ofa long manual switch context... and if you are going to do that, you might as well use [loop].. which already has a break.Something like:[loop start=1&end=10000000] [showif [url][interpret][var[index]][/interpret][/url]=somvalue]
[break] [/showif][/loop]I suppose if we ever replicate a PHP-like switch, [break] wouldmake more sense.Donovan-- Donovan BrookeWebDNA Software Corporationhttp://www.webdna.us**[Square Bracket Utopia]**
Associated Messages, from the most recent to the oldest:
Govinda wrote:>> So maybe all webdna needs is a break statement which it currently does >> not have. Actually it has one, but it only works for [loop] -- not >> for [switch].> > I always like to keep humble since there are always deeper-thinker coder > heads than me.. but I agree that if [switch] (in any language) is going > to go on executing cases after the first matching case, then there > really needs to be the ability to break out of that.> > ------------> Govinda> govinda.webdnatalk@gmail.comWell, the deal about switch / Break is that it is useful perhaps inPHP because one can have complex regex matches... where WebDNA'sswitch is very speedy in that in that it is a simple match.It also is not a loop... so in order for a [break] to show *any*speed improvement in switch.. you'd have to type out one heck ofa long manual switch context... and if you are going to do that, you might as well use [loop].. which already has a break.Something like:[loop start=1&end=10000000] [showif [url][interpret][var[index]][/interpret][/url]=somvalue] [break] [/showif][/loop]I suppose if we ever replicate a PHP-like switch, [break] wouldmake more sense.Donovan-- Donovan BrookeWebDNA Software Corporationhttp://www.webdna.us**[Square Bracket Utopia]**
Donovan Brooke
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Some Advise needed (1997)
WebCat virtual postcard is done! Thanks for the help! (1998)
[WebDNA] Finding variable that holds "DocumentRoot" directory (2010)
possible, WebCat2.0 and checkboxes-restated (1997)
variables in [addlineitem] (1998)
GuestBook example (1997)
Before I Can Begin . . . (1998)
Determining Method (2000)
Duplicate Items in the Cart (1998)
SetHeader (1999)
WebSite and *NO* Authentication Dialog Box!!? (1998)
HELP..Changing Price after adding to cart. (1999)
[ShowNext] (1997)
Setting up shop (1997)
2.0 Info (1997)
[WebDNA] Grep (2009)
Merging databases (1997)
Fwd: Problems with Webcatalog Plug-in (1997)
Calculating multiple shipping... (1997)
Trouble with formula.db (1997)