PC Review


Reply
Thread Tools Rate Thread

branches /loops

 
 
Olinda Roxo
Guest
Posts: n/a
 
      19th Oct 2008
how to make branches /loops?

 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      19th Oct 2008
Hi,

3 types of loop

For x = 1 To 1000
'do things 1000 times
Next


Do
x = x + 1
Loop Until x = 10


While x < 10
x = x + 1
Wend

with regard to branches then use GoTo if you must

Mike

"Olinda Roxo" wrote:

> how to make branches /loops?
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      19th Oct 2008
http://www.google.co.uk/search?q=loo...ient=firefox-a

--
__________________________________
HTH

Bob

"Olinda Roxo" <Olinda (E-Mail Removed)> wrote in message
news:C0750C2A-CFAA-4277-8EA0-(E-Mail Removed)...
> how to make branches /loops?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nested IIf Branches croy Microsoft Access Queries 2 28th Aug 2008 05:04 PM
Combining 4 branches into one =?Utf-8?B?Q0QgVG9t?= Microsoft Access Forms 4 14th May 2007 09:40 PM
Removing branches Nick 'The Database Guy' Microsoft Access 0 11th Dec 2006 12:01 PM
All branches on the same level David French Microsoft Access Reports 1 7th Dec 2005 02:32 PM
contacts not all available in branches Lorne Microsoft Outlook Contacts 1 19th Aug 2003 09:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:48 AM.