mirror of
https://github.com/KeymonSoft/AdditionalLibs.git
synced 2026-04-19 20:29:29 +00:00
Commit inicial
This commit is contained in:
8
B4A/Snippets/case.txt
Normal file
8
B4A/Snippets/case.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Select $var$
|
||||
Case $val1$
|
||||
$do_something1$
|
||||
Case $val2$
|
||||
$do_something2$
|
||||
Case Else
|
||||
$do_something3$
|
||||
End Select
|
||||
Reference in New Issue
Block a user