#How to turn this into a while loop?

5 messages · Page 1 of 1 (latest)

ripe idolBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

jaunty sentinel
#

Yes you can.

heady galleon
#

on mobile sorry

#

!format

ripe idolBOT
#

. . .
short i = 0;

while (i < sizeof(b) * 8) {
  ...++i
}
Gustavo