vladedoty Posted October 18, 2010 Posted October 18, 2010 I have a variable Local $num = "100" Send("{$num}") will it type 100?? or will it error is there a correct way to do this
Realm Posted October 18, 2010 Posted October 18, 2010 Hello vladedoty, You want to use:Send($num) Realm My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now