CLEO Help 0AD4

CLEO related
Status
Not open for further replies.

Valiuks

Active member
Joined
Sep 9, 2018
Messages
25
Reaction score
4
hi

i need to scanf this text:


the issue is, these 7 numbers can be either yellow or grey making it 128 possible outcomes and i think there should be more efficient way to scan these texts

example text:
Code:
{33CCFF}[7 is 42]{FFFFFF} Iskrite kamuoliukai: {919191}6  {919191}36  {ffff00}13  {919191}32  {ffff00}11  {919191}24  {919191}12


code im using but idk with numbers, unless i use that 128 outcomes lol

Code:
0AD4: $NOT_USED = scan_string 10@ format "{33CCFF}[7 is 42]{FFFFFF} Iskrite kamuoliukai: %d  %d  %d  %d  %d  %d  %d" 1@ 2@ 3@ 4@ 5@ 6@ 7@

any ideas?
 
Status
Not open for further replies.
Top