Results 1 to 4 of 4

Thread: Where have the chr(), asc() function gone

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982

    Where have the chr(), asc() function gone

    Does anyone know where the asc() and chr() functions have gone?


    Things I do when I am bored: DotNetable

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Hi,

    What makes you think they have gone anywhere? I can still use them in VB.NET 2003.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Code:
    Imports Microsoft.VisualBasic
    
    Module Module1
    	Sub Main()
    		Console.WriteLine(Strings.Asc("A"))
    		Console.ReadLine()
    	End Sub
    End Module
    Last edited by wossname; Apr 5th, 2004 at 07:58 AM.
    I don't live here any more.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    Thanks wossname.

    I could use them as asc("a") but that is vb6, to keep in with .NET I needed to find out where they had moved them to.
    Daft as it is I kept typing in String. and wondered why intellesence was not coming up.


    Things I do when I am bored: DotNetable

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