mitja Posted February 10, 2016 Posted February 10, 2016 any idea, how to make this program to display just small and big characters whitout ascii code (91-96) ? #include <MsgBoxConstants.au3> Local $sText = "" For $i = 1 To 3 $sText &= Chr(Random(65, 122, 1)) Next MsgBox($MB_SYSTEMMODAL, "picking random word", "random word is :" &@TAB & $sText)
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