|
-
Oct 5th, 2006, 08:59 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] nested statement
Hi,
Anyone can show me a nested statement like IF,FOR,WHILE?
Thanks,
POpskie
-
Oct 5th, 2006, 09:21 PM
#2
Re: nested statement
Nested just means within another. Nested 'if' statements are just one 'if' block within another. If you don't know the syntax for 'if', 'for' and 'while' in C# then MSDN is the logical place to look. Having said that, C# 2005 has code snippets that can do most of the work for you. Type the word and Intellisense will pop up and offer you the appropriate snippet. Hit the Tab key twice and it will insert a code stub for you. You can nest as many of those within each other as you like.
-
Oct 5th, 2006, 09:23 PM
#3
Thread Starter
Fanatic Member
Re: nested statement
Thanks JM. My friend asked me about the nested statement and before I answer I just to make sure that Im correct.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|