Replace "Choose here" in a list box

Code tips and tricks for beginners
Post Reply
Zim
Posts: 280
Joined: Mon Feb 08, 2021 9:15 pm
Has thanked: 251 times
Been thanked: 128 times

Replace "Choose here" in a list box

Post by Zim »

how to replace "Choose here" with a "?" in a list box using the "replace$"

Code: [Local Link Removed for Guests]


1$ =  listbox$(hrts$,"10, 20, 30", "lbox5")
1$ =  replace$(1$, "Choose here", "?")
html 1$

thanks to cicciocb


I am a beginner too, so if you see an error, please feel free to comment or correct me! :)
Post Reply