cypher175 Posted February 6, 2011 Posted February 6, 2011 is there any native autoit base64 encode/decode functions at all..? or do I have to import a UDF into the include folder..?
Skitty Posted February 6, 2011 Posted February 6, 2011 is there any native autoit base64 encode/decode functions at all..?or do I have to import a UDF into the include folder..?Have you happen'd to come across
jvanegmond Posted February 6, 2011 Posted February 6, 2011 is there any native autoit base64 encode/decode functions at all..?or do I have to import a UDF into the include folder..?AutoIt does not come with base64 functions standard. There is the UDF which System238 mentioned, but you can simply place it in the same directory as your script. Alternatively, you can copy/paste the functions from the UDF into your own script. github.com/jvanegmond
Akton Posted February 23, 2011 Posted February 23, 2011 Have you happen'd to come across If he had he wouldn't be asking.Pity there isn't an inbuilt function though, it would be faster.
ProgAndy Posted February 23, 2011 Posted February 23, 2011 Pity there isn't an inbuilt function though, it would be faster.That's not true. There is no function faster than plain ASM-code. *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
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