Jump to content

Recommended Posts

Posted

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)

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
  • Recently Browsing   0 members

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