Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
Export CkByteData to Python Byte Array (binary string)Demonstrates how to export a CkByteData to a Python byte array.
import chilkat data = chilkat.CkByteData() data.append('\x41\x42\x43\x44\x45',5) # # Export to Python (binary) string pythonStr = data.to_s() for i in range(0,5): print pythonStr[i] |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.