vdsbase64.dll extension Base64 Extension for Visual DialogScript

Version: 1.8.14.2003
Copyright © 2003 PGWARE
All rights reserved


Description:
This is an extension for Visual DialogScript (32-bit version.) It adds a @BASE64 function to the vocabulary of VDS. The dll allows users to encode and decode data to/from Base64 mime. This is useful for a variety of internet related standards and protocols. The dll comes with the source code so you can make modifications if you would like to. The source code was compiled in Borland Delphi 7.

If you use this extension in a commercial/shareware application or have made money off your application in anyway please send us a donation, you are not required to do so but it would be nice if you would donate. Any donation amount is welcomed, your donation is 100% secure with an online payment to RegNet. Also please take a look at our product Alloy at http://www.pgware.com/. Alloy can integrate the vds runtime dll into your exe file. Alloy can also put other files inside of the exe such as bitmaps and other dll's, so you only have one single exe to distribute to your end-users. Give it a try and see what Alloy can do for your applications.

Functions:
[+] @BASE64(DECODE,<string>)
[+] @BASE64(ENCODE,<string>)


[ Function Explanation ] :

[-] @BASE64(DECODE,<string>)

This function decodes a string that was previously Base64 encoded and returns the original text.

<string> - this is the string that was Base64 mime encoded previously.



[-] @BASE64(ENCODE,<string>)

This function encodes a string into Base64 encoding and returns the encoded string.

<string> - this is the string that needs to be Base64 encoded.



Support:
Please note that since this is a freeware product, support is not provided. However bug fixes will be made as they are found. Report bugs to [
support@pgware.com ].



Copyright © 2003 PGWARE / All rights reserved.