Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ByteArray outside while true
Post: RE: ByteArray outside while true

Thanks that was it! I was searching completly wrong! Silly mistake!
Schampbakken General Coding Help 5 4,395 Feb-18-2018, 01:56 PM
    Thread: ByteArray outside while true
Post: RE: ByteArray outside while true

I've tried to make an example code to reproduce the failure import datetime import struct from time import sleep def set_real(_bytearray, byte_index, real): """ Set Real value make 4 by...
Schampbakken General Coding Help 5 4,395 Feb-18-2018, 11:38 AM
    Thread: ByteArray outside while true
Post: ByteArray outside while true

Hello, I have got a question. I'm trying to define a bytearray outside an While: True loop while True: byte = bytearray(57) # DataarrayThis works fine, but then I'm losing every cycle the values...
Schampbakken General Coding Help 5 4,395 Feb-17-2018, 07:56 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020