Computer problems,Computer help
*AX SOFT>>>Programming & Design

Is there an equivalent for the GetChar() function from VB.Net in VB6?


Is there an equivalent for the GetChar() function from VB.Net in VB6?

Have you tried Mid(String,Index,Length)?

MyString = "HELLO!"
Print Mid(MyString,2,1)

Would print "E"

Use: Chr(string)

Hope this helps,

Cheers

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • ASCII/ANSI Character codes?

    You need to look at unicode, ASCII only covers the 256 characters, Unicode however uses 4 Bytes (32 bits) to store the character information (as opposed to two) and so can store mush more. As fo...

  • Sending POST Using <a href=...> instead of the submit button?

    What about using JavaScript to submit hidden forms when the link is clicked? :) For instance.. <form action="post.php" id="frm" method="post" style="displa...

  • In JSP I want to print out my database entries with the newest first?

    Order them in the DB query. Instead of SELECT * FROM ARTICLE Use something like SELECT * FROM ARTICLE ORDER BY Date DESC If you don't have a Date column use what ever column deno...

  • In Java, how do you outline a Polyline?

    you could try drawing the line twice. first in black with width 2 pixels and then in green with width 1 pixel.

    ...
  • How much to charge for making an ecommerce website for a small business?

    concentrate on the design work, do a mock up or a layout first, and get their interest. Give them a full list of all the functions.... Don't focus/talk on price, focus on what you will be of...

  • How do i fix this "line b problem parsing xml:'null" is null or not an object"?

    I guess you use AT&T. You need to report this problem to them, it is a bug in their JavaScript and there's nothing you can do about it apart from report it to them.

    ...
  • Is there a difference?

    barrel size is different by 2 inches.. the eight inch comes with pellets

    ...
  • What is the best tutorial, book, or e-book to use to learn as much about using Autodesk Maya 8 from scratch?

    ...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster