Results 1 to 18 of 18

Thread: [3] again , VB.NET equivalent ?[Resolved]

Threaded View

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    [3] again , VB.NET equivalent ?[Resolved]

    What's the replacement of Space function (VB6 Function) in .NET . It's used to return a string consisting of the specified number of spaces.

    VB Code:
    1. Private Const MAX_PATH As Short = 260
    2.  
    3. Dim sBuffer As String
    4. sBuffer = [B]Space[/B](MAX_PATH * 2)
    Last edited by Pirate; Jul 28th, 2003 at 11:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width