Led$ with array not work

Here we can discuss about the problem found
Post Reply
Monki
Posts: 41
Joined: Mon Feb 27, 2023 12:56 pm
Location: Berlin
Has thanked: 6 times
Been thanked: 6 times

Led$ with array not work

Post by Monki »

Hallo,
Ich möchte eine html Ausgabe mit 10 led ausgeben, folgender Code funktioniert nicht

Dim led(10)

For t=0 to 9
Html led$(led(t))
Next

Fehlermeldung no variable in html led........
Warum
User avatar
Electroguard
Posts: 836
Joined: Mon Feb 08, 2021 6:22 pm
Has thanked: 268 times
Been thanked: 317 times

Re: Led$ with array not work

Post by Electroguard »

This project holds all the clues if you ignore what you don't need... [Local Link Removed for Guests]
Monki
Posts: 41
Joined: Mon Feb 27, 2023 12:56 pm
Location: Berlin
Has thanked: 6 times
Been thanked: 6 times

Re: Led$ with array not work

Post by Monki »

@ Electroguard,
Danke für die Informationen, ich werde mir das ansehen
Post Reply