Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. codin prblm

codin prblm

Scheduled Pinned Locked Moved Visual Basic
help
17 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G gcina

    hi i have problem whn it coms to loop mey gyz send some examples of loops

    S Offline
    S Offline
    Smithers Jones
    wrote on last edited by
    #2

    gcina wrote:

    hi i have problem whn it coms to loop mey gyz send some examples of loops

    You also seem to have a problem, when it comes to proper writing.

    "I love deadlines. I like the whooshing sound they make as they fly by." (DNA)

    1 Reply Last reply
    0
    • G gcina

      hi i have problem whn it coms to loop mey gyz send some examples of loops

      J Offline
      J Offline
      JHizzle
      wrote on last edited by
      #3

      What..the...hell Firstly: you've said that you've got a problem with loops...EXPLAIN. What's the problem you have? Secondly: You've already made people less likely to help you if you are talking 1337 txtspk, K? Lastly, I have no idea what the first two words of that last line are meant to be. I might be offended, I might be honoured, I have no clue because it's incomprehensible.

      I 1 Reply Last reply
      0
      • G gcina

        hi i have problem whn it coms to loop mey gyz send some examples of loops

        D Offline
        D Offline
        DaveAuld
        wrote on last edited by
        #4

        Here is an example of some loops;

            Do
                'Do something
            Loop
        
        
            While (someCondition)
                'Do something
            End While
        
            For x = 1 To 10
                'do somehting
            Next
        

        Dave Don't forget to rate messages!
        Find Me On: Web|Facebook|Twitter|LinkedIn
        Waving? dave.m.auld[at]googlewave.com

        1 Reply Last reply
        0
        • G gcina

          hi i have problem whn it coms to loop mey gyz send some examples of loops

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #5
          For x = 1 To 3
              BuyBook()
          Next
          
          Do
              For Each Book in BookCollection
                  StudyBook()
              End For
          
          Loop Until Me.LoopExpert = True
          

          :)

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


          I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.


          1 Reply Last reply
          0
          • J JHizzle

            What..the...hell Firstly: you've said that you've got a problem with loops...EXPLAIN. What's the problem you have? Secondly: You've already made people less likely to help you if you are talking 1337 txtspk, K? Lastly, I have no idea what the first two words of that last line are meant to be. I might be offended, I might be honoured, I have no clue because it's incomprehensible.

            I Offline
            I Offline
            i i i
            wrote on last edited by
            #6

            Be kind man it was the His First Post , if you cannot understand then dont post answer , its not a must Read the Rules for Answering . Dont give bad impression of CP to new ones ______________________________________________________________________________________________________ Apologies for the shouting but this is important. When answering a question please: Understand that English isn't everyone's first language so be lenient of bad spelling and grammar If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome If the question is inappropriate then click the 'vote to remove message' button Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid. _______________________________________________________________________________________________________

            Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

            D S 2 Replies Last reply
            0
            • I i i i

              Be kind man it was the His First Post , if you cannot understand then dont post answer , its not a must Read the Rules for Answering . Dont give bad impression of CP to new ones ______________________________________________________________________________________________________ Apologies for the shouting but this is important. When answering a question please: Understand that English isn't everyone's first language so be lenient of bad spelling and grammar If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome If the question is inappropriate then click the 'vote to remove message' button Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid. _______________________________________________________________________________________________________

              Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #7

              What's important is txtspeak is for 9 year olds. People who are serious about this can type complete words and sentances.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007, 2008
              But no longer in 2009...

              I 1 Reply Last reply
              0
              • D Dave Kreskowiak

                What's important is txtspeak is for 9 year olds. People who are serious about this can type complete words and sentances.

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007, 2008
                But no longer in 2009...

                I Offline
                I Offline
                i i i
                wrote on last edited by
                #8

                Yes Dave Its not must to answer any post , if you cannot answer then dont post (whatever the reason is) , see daveauld and Luc Pattyn simply posted the answer without any ...... and i know one 10 years old :)

                Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                1 Reply Last reply
                0
                • I i i i

                  Be kind man it was the His First Post , if you cannot understand then dont post answer , its not a must Read the Rules for Answering . Dont give bad impression of CP to new ones ______________________________________________________________________________________________________ Apologies for the shouting but this is important. When answering a question please: Understand that English isn't everyone's first language so be lenient of bad spelling and grammar If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome If the question is inappropriate then click the 'vote to remove message' button Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid. _______________________________________________________________________________________________________

                  Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                  S Offline
                  S Offline
                  Smithers Jones
                  wrote on last edited by
                  #9

                  So it's okay to use this childish textspeak, because it's his first post? According to this, it's okay to give a harsh answer to the op, because it's the first answer. Isn't the first impression always the most important one? He made no good first impression here. Phrase your question properly to get an answer, or phrase it like a fifth grader and be treated like one. There are also rules for asking and, despite there not been explicitly stated that textspeak is a no-go, it should be clear, that if you want to be treated in a professional way, you should act like a professional yourself. New ones, don't give bad impressions of yourself to Codeproject.

                  "I love deadlines. I like the whooshing sound they make as they fly by." (DNA)

                  I 1 Reply Last reply
                  0
                  • S Smithers Jones

                    So it's okay to use this childish textspeak, because it's his first post? According to this, it's okay to give a harsh answer to the op, because it's the first answer. Isn't the first impression always the most important one? He made no good first impression here. Phrase your question properly to get an answer, or phrase it like a fifth grader and be treated like one. There are also rules for asking and, despite there not been explicitly stated that textspeak is a no-go, it should be clear, that if you want to be treated in a professional way, you should act like a professional yourself. New ones, don't give bad impressions of yourself to Codeproject.

                    "I love deadlines. I like the whooshing sound they make as they fly by." (DNA)

                    I Offline
                    I Offline
                    i i i
                    wrote on last edited by
                    #10

                    lol [laughing out loud] , Understand that English isn't everyone's first language so be lenient of bad spelling and grammar I am sure now "gcina" would have no problems in loops

                    Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                    S W 2 Replies Last reply
                    0
                    • I i i i

                      lol [laughing out loud] , Understand that English isn't everyone's first language so be lenient of bad spelling and grammar I am sure now "gcina" would have no problems in loops

                      Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                      S Offline
                      S Offline
                      Smithers Jones
                      wrote on last edited by
                      #11

                      I totally understand that not everybody speaks English perfect, cause it's not their first language. It isn't my first language either. But this is about textspeak, which is simply lazy, unprofessional and considered rude by many people (like myself). As I said before: behave like a child (by using textspeak), prepare to get treated like one. And as JHizzle pointed out before: gcina seems to have a problem with loops, so he/she should maybe explain, what the problem is. Rule 2: Be specific. If it's just about general understanding of loops, then a google-search would have been apropriate. There are plenty of examples for loops, if one just uses google. Well, I made my point clear, so no more arguing from my side, since we are turning in circles. Anyway, I am out now. Have a nice evening.

                      "I love deadlines. I like the whooshing sound they make as they fly by." (DNA)

                      I 1 Reply Last reply
                      0
                      • S Smithers Jones

                        I totally understand that not everybody speaks English perfect, cause it's not their first language. It isn't my first language either. But this is about textspeak, which is simply lazy, unprofessional and considered rude by many people (like myself). As I said before: behave like a child (by using textspeak), prepare to get treated like one. And as JHizzle pointed out before: gcina seems to have a problem with loops, so he/she should maybe explain, what the problem is. Rule 2: Be specific. If it's just about general understanding of loops, then a google-search would have been apropriate. There are plenty of examples for loops, if one just uses google. Well, I made my point clear, so no more arguing from my side, since we are turning in circles. Anyway, I am out now. Have a nice evening.

                        "I love deadlines. I like the whooshing sound they make as they fly by." (DNA)

                        I Offline
                        I Offline
                        i i i
                        wrote on last edited by
                        #12

                        yes man Good Evening to you also and no heart feelings :)

                        Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                        T 1 Reply Last reply
                        0
                        • I i i i

                          yes man Good Evening to you also and no heart feelings :)

                          Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                          T Offline
                          T Offline
                          The Man from U N C L E
                          wrote on last edited by
                          #13

                          I'm impressed. First time I've seen anyone with the same tag line as me. Well, I guess I got it of a quotes website a couple of years back so I can't claim originality can I!

                          If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles]  [My Website]

                          I 1 Reply Last reply
                          0
                          • T The Man from U N C L E

                            I'm impressed. First time I've seen anyone with the same tag line as me. Well, I guess I got it of a quotes website a couple of years back so I can't claim originality can I!

                            If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles]  [My Website]

                            I Offline
                            I Offline
                            i i i
                            wrote on last edited by
                            #14

                            Trust me , i copied from yours ;)

                            Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                            T 1 Reply Last reply
                            0
                            • G gcina

                              hi i have problem whn it coms to loop mey gyz send some examples of loops

                              D Offline
                              D Offline
                              Daniel Engelkes
                              wrote on last edited by
                              #15

                              what kind of loop do you want to do. Here are several examples of loops: for next, do while, and do until. are all example of looping.

                              1 Reply Last reply
                              0
                              • I i i i

                                lol [laughing out loud] , Understand that English isn't everyone's first language so be lenient of bad spelling and grammar I am sure now "gcina" would have no problems in loops

                                Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                                W Offline
                                W Offline
                                William Winner
                                wrote on last edited by
                                #16

                                Well, he's listed as South African, and English is the standard trade language of SA. Until 94, English was one of only 2 official languages...of course, now there are 11, but the majority of people that I have met in SA speak English...with the exception of some of the small villages and "shantytowns". So, I think it would be safe to assume that he speaks English...probably even better than some people in the US.

                                1 Reply Last reply
                                0
                                • I i i i

                                  Trust me , i copied from yours ;)

                                  Best Regards, SOFTDEV If you have knowledge, let others light their candles at it

                                  T Offline
                                  T Offline
                                  The Man from U N C L E
                                  wrote on last edited by
                                  #17

                                  Scary, I didn't realise I had been posting that much. It's a good quote though.

                                  If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles]  [My Website]

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups