ขอขอบคุณ HotShoe ณ ที่นี่ด้วยครับ สามารถเพิ่มโค้ดสำเร็จรูป(Code Snippets) ได้เลย สำหรับคนจำโครงสร้างชุดคำสั่งไม่ได้
www.b4x.com
Loops
Loops are a fundamental part of programming languages. Without them, we couldn't look through an array or list or database easily. Strings for example are an array of characters, so to find a given character at a particular position, we use a loop. There are 3 basic types of loops, the For...
Attachments
Last edited: