C pointers/Python

joe@gmail.com doodle4 at gmail.com
Mon Mar 21 22:32:20 EST 2005


Can i do something like this?

if code == CODE1:
    data = 0x0
    While True:
         len = len - 1
         if len == -1:
             break
         buffer = data

Do i need to initialze the buffer?

-Thanks,
Joe




More information about the Python-list mailing list