Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は coderdojo のプロジェクトを行っています。「depo」という名前のテキストボックスに入力された値を、「£0」というテキストで「balance」というラベルに追加する方法を知りたいです。
これを行う最良の方法は次のとおりだと思います。
if depo.txt <> "" then balance.caption = "£" & depo.text