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. Other Discussions
  3. The Weird and The Wonderful
  4. There is no Spoon

There is no Spoon

Scheduled Pinned Locked Moved The Weird and The Wonderful
csharpvisual-studiocomdata-structures
5 Posts 5 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.
  • A Offline
    A Offline
    AspDotNetDev
    wrote on last edited by
    #1

    'pleaswe make sure that there is no empty
    'we can add even more informations
    da(14) = i + 1

    I have absolutely no idea what it means, but I think it will require that my mind bend. EDIT: Found this in the same codebase (keep in mind, it's VB.NET):

    'Thread.Sleep(2500);// simulation of Sleepy application

    EDIT 2: Aside from the function names (I replaced sensitive info with "XXX"), I changed nothing:

    #Region "Functions to write after main functions"
    Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array

            Dim myEmpty As System.Array = Nothing
    
            Return myEmpty
        End Function
    
        Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array
    
            Dim myEmpty As System.Array = Nothing
    
            Return myEmpty
        End Function
    
        Public Function getXXX(ByVal MyStrin As String) As System.Array
    
            Dim myEmpty As System.Array = Nothing
    
            Return myEmpty
        End Function
    

    #End Region

    [

    S<T>::f(U) // Out of line.

    ](http://msdn.microsoft.com/en-us/library/8yk3t00s(v=vs.71).aspx)

    S Sander RosselS L 3 Replies Last reply
    0
    • A AspDotNetDev

      'pleaswe make sure that there is no empty
      'we can add even more informations
      da(14) = i + 1

      I have absolutely no idea what it means, but I think it will require that my mind bend. EDIT: Found this in the same codebase (keep in mind, it's VB.NET):

      'Thread.Sleep(2500);// simulation of Sleepy application

      EDIT 2: Aside from the function names (I replaced sensitive info with "XXX"), I changed nothing:

      #Region "Functions to write after main functions"
      Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array

              Dim myEmpty As System.Array = Nothing
      
              Return myEmpty
          End Function
      
          Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array
      
              Dim myEmpty As System.Array = Nothing
      
              Return myEmpty
          End Function
      
          Public Function getXXX(ByVal MyStrin As String) As System.Array
      
              Dim myEmpty As System.Array = Nothing
      
              Return myEmpty
          End Function
      

      #End Region

      [

      S<T>::f(U) // Out of line.

      ](http://msdn.microsoft.com/en-us/library/8yk3t00s(v=vs.71).aspx)

      S Offline
      S Offline
      StM0n
      wrote on last edited by
      #2

      Jeeez... don't you recognize art when you see it? :laugh:

      'pleaswe make sure that there is no empty 'we can add even more informations

      I like it ;)

      (yes|no|maybe)*

      1 Reply Last reply
      0
      • A AspDotNetDev

        'pleaswe make sure that there is no empty
        'we can add even more informations
        da(14) = i + 1

        I have absolutely no idea what it means, but I think it will require that my mind bend. EDIT: Found this in the same codebase (keep in mind, it's VB.NET):

        'Thread.Sleep(2500);// simulation of Sleepy application

        EDIT 2: Aside from the function names (I replaced sensitive info with "XXX"), I changed nothing:

        #Region "Functions to write after main functions"
        Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array

                Dim myEmpty As System.Array = Nothing
        
                Return myEmpty
            End Function
        
            Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array
        
                Dim myEmpty As System.Array = Nothing
        
                Return myEmpty
            End Function
        
            Public Function getXXX(ByVal MyStrin As String) As System.Array
        
                Dim myEmpty As System.Array = Nothing
        
                Return myEmpty
            End Function
        

        #End Region

        [

        S<T>::f(U) // Out of line.

        ](http://msdn.microsoft.com/en-us/library/8yk3t00s(v=vs.71).aspx)

        Sander RosselS Offline
        Sander RosselS Offline
        Sander Rossel
        wrote on last edited by
        #3

        AspDotNetDev wrote:

        I changed nothing

        If you changed Nothing then what did those Functions Return before you changed it? ;p

        It's an OO world.

        1 Reply Last reply
        0
        • A AspDotNetDev

          'pleaswe make sure that there is no empty
          'we can add even more informations
          da(14) = i + 1

          I have absolutely no idea what it means, but I think it will require that my mind bend. EDIT: Found this in the same codebase (keep in mind, it's VB.NET):

          'Thread.Sleep(2500);// simulation of Sleepy application

          EDIT 2: Aside from the function names (I replaced sensitive info with "XXX"), I changed nothing:

          #Region "Functions to write after main functions"
          Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array

                  Dim myEmpty As System.Array = Nothing
          
                  Return myEmpty
              End Function
          
              Public Function GetXXXByXXX(ByVal MyStrin As String) As System.Array
          
                  Dim myEmpty As System.Array = Nothing
          
                  Return myEmpty
              End Function
          
              Public Function getXXX(ByVal MyStrin As String) As System.Array
          
                  Dim myEmpty As System.Array = Nothing
          
                  Return myEmpty
              End Function
          

          #End Region

          [

          S<T>::f(U) // Out of line.

          ](http://msdn.microsoft.com/en-us/library/8yk3t00s(v=vs.71).aspx)

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          AspDotNetDev wrote:

          I changed nothing

          one cannot change nothing, it is a very stubborn constant, and that is what makes it so popular. :confused:

          Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

          Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

          F 1 Reply Last reply
          0
          • L Luc Pattyn

            AspDotNetDev wrote:

            I changed nothing

            one cannot change nothing, it is a very stubborn constant, and that is what makes it so popular. :confused:

            Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

            Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

            F Offline
            F Offline
            fjdiewornncalwe
            wrote on last edited by
            #5

            I suppose you can't break anything if you don't change anything or do anything. Sounds like JSL to me.

            I wasn't, now I am, then I won't be anymore.

            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