Jump to content

Typing ' in send(' ')


GeekS
 Share

Recommended Posts

Ok here we go, i'm planning to do a script that automatically draws an ascii art picture. Problem is that most of these ascii arts contain alot of 's, and those cannot be used in a send function as i know it.

It's not much, but this is quite much what i wanted to make.

Send('        _ _,---._ ')
Send('     ,-,'    `-.___ ')
Send('    /-;'             `._ ')
Send('   /\/          ._   _,'o \ ')
Send('  ( /\       _,--'\,','"`. ) ')
Send('   |\   ,'o    \' //\ ')
Send('   |    \     /   ,--'""`-. ')
Send('   :     \_   _/ ,-'       `-._ ')
Send('    \     `--'  /             ) ')
Send('     `.  \`._ ,'   ________,',' ')
Send('       .--`    ,'  ,--` __\___,;' ')
Send('        \`.,-- ,' ,`_)--'  /`.,' ')
Send('         \(;  | | )     (`-/ ')
Send('           `--'| |)      |-/ ')
Send('             | | |        | | ')
Send('             | | |,.,-.   | |_ ')
Send('             | `./ /   )---`  ) ')
Send('            _|  / ,',   ,-' ')
Send('           ,'|_(  /-<._,' |--, ')
Send('           |  `--'---.     \/ \ ')
Send('           |        / \   /\  \ ')
Send('         ,-^---._  |  \  /  \  \ ')
Send('      ,-'     \----'   \/ \--`. ')
Send('     /            \             \   \ ')

So if anyone doesnt understand my question, i want to make something like a {'}, which is not possible in send function.

Thanks on advance. GeekS.

Link to comment
Share on other sites

Here:

Send("          _ _,---._ {Enter}")
Send("       ,-,'       `-.___ {Enter}")
Send("      /-;'               `._ {Enter}")
Send("     /\/          ._   _,'o \ {Enter}")
Send("    ( /\       _,--'\,','""`. ) {Enter}")
Send("     |\      ,'o     \'    //\ {Enter}")
Send("     |      \        /   ,--'""""`-. {Enter}")
Send("     :       \_    _/ ,-'         `-._ {Enter}")
Send("      \        `--'  /                ) {Enter}")
Send("       `.  \`._    ,'     ________,',' {Enter}")
Send("         .--`     ,'  ,--` __\___,;' {Enter}")
Send("          \`.,-- ,' ,`_)--'  /`.,' {Enter}")
Send("           \(;  | | )      (`-/ {Enter}")
Send("             `--'| |)       |-/ {Enter}")
Send("               | | |        | | {Enter}")
Send("               | | |,.,-.   | |_ {Enter}")
Send("               | `./ /   )---`  ) {Enter}")
Send("              _|  /    ,',   ,-' {Enter}")
Send("             ,'|_(    /-<._,' |--, {Enter}")
Send("             |    `--'---.     \/ \ {Enter}")
Send("             |          / \    /\  \ {Enter}")
Send("           ,-^---._     |  \  /  \  \ {Enter}")
Send("        ,-'        \----'   \/    \--`. {Enter}")
Send("       /            \              \   \ {Enter}")

FAQ# 7!:

http://www.autoitscript.com/autoit3/docs/faq.htm#7

- The Kandie Man ;-)

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

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...