075
| WinBuilder 075 beta 3 | |||
| Author | wb team | ||
| Author website | http://www.boot-land.net/forums/?showtopic=4654 | ||
| Description | Log of changes: added - begin/end for If and Else commands fixed - attachement context menu fixed - multiple anchors in log added - stepping through selected scripts fixed - WebGet bug with redirection ------------------------------------------- Quick explanation of the new syntax: begin/end for If and Else commands: Sample: [Variables] %var%=2 [process] If,%var%,Equal,2,begin Echo,2-0 Echo,2-1 Echo,2-2 end Else,begin Echo,a-0 Echo,a-1 Echo,a-2 end If,%var%,Equal,3,begin Echo,3-0 Echo,3-1 Echo,3-2 end Else,begin Echo,x-0 Echo,x-1 Echo,x-2 end Echo,"All Done" ------------------------------------------- Result: [Success] IF - [(%var%)2] is equal to: [2] executing command: [begin] [Info] 2-0 [Info] 2-1 [Info] 2-2 [Success] [end] [Ignore] ELSE - [begin] [Ignore] [Echo,a-0] [Ignore] [Echo,a-1] [Ignore] [Echo,a-2] [Ignore] [end] [Ignore] IF - [(%var%)2] is not equal to: [3] evaluated string: [If,%var%,Equal,3,begin] [Ignore] [Echo,3-0] [Ignore] [Echo,3-1] [Ignore] [Echo,3-2] [Ignore] [end] [Success] ELSE - executing command: [begin] [Info] x-0 [Info] x-1 [Info] x-2 [Success] [end] [Info] All Done | ||
| Image | no image available | ||
| Filesize | 770.53 kb | ||
| Date | Tuesday 10 June 2008 - 22:38:18 | ||
| Downloads | 3505 | ||
| Download | ![]() | ||
| Rating |
| ||
You must be logged in to post comments on this site - please either log in or if you are not registered click here to signup
