SxyfrG Posted January 28, 2008 Posted January 28, 2008 (edited) Ok, i want to create my own UDF which encrypts text in a stupid manner (e.g. replace the character "a" or "A" with "penguin") Things i want to know: 1. How do i pass variables to an included file (#include <StupidEncryption.au3> -- My UDF) 2. How do i get my included file to read these variables then do it's thing 3. How do i return the new text? (do i use Return?) Also, i want the syntax to be like this $StupidEncryptionText = Confubulate ( $ConfubText , 1 (encrypt) or 0 (decrypt) ) GUICtrlSetData ( $MyEditControl , $StupidEncryptionText ) I've been searching the whole site for documentation on it (well a teenagers excuse for searching anyway ) and can't seem to find any Brownie points for whoever can help me Edited January 28, 2008 by SxyfrG My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
SxyfrG Posted January 28, 2008 Author Posted January 28, 2008 Ah, i've got it now Thanks for everybodies help ... Just messin with ya's My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
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