Jump to content

Converting VB Variables


Touch
 Share

Recommended Posts

Yo,

How do I convert VB variables e.g 32514& into an AutoIt accepted number? I'm not sure if it's hex or what.

Any help please?

[center][font="Arial"]If practise makes perfect and no-ones perfect whats the point of practise?[/font]Sorry for my rude attitude when I started here.[/center]

Link to comment
Share on other sites

Yo,

How do I convert VB variables e.g 32514& into an AutoIt accepted number? I'm not sure if it's hex or what.

Any help please?

Visual Basic uses some special characters to allow the programmer to specify the data types of inline literals.
  • % = Integer
  • & = Long
  • @ = Decimal
  • ! = Single
  • # = Double
  • $ = String
Since AutoIt dose not adhere to Strict datatypeing, these should be of no concern to typical AutoIt programmers.

You can read more on the topic at: Visual Basic 2005 Programmer's Reference.

Edited by Zinthose

--- TTFN

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...