Gemeinsam zu mehr Effizienz in der Anwendungserstellung
(Die Seite wurde neu angelegt: „Visual Basic / VBA <source lang="vb"> 'abcdefg if a = "5" then x = 123 end if </source> VB.net <source lang="vbnet"> 'abcdefg if a = "5" then x = 123 end i…“) |
K |
||
Zeile 1: | Zeile 1: | ||
+ | [[Kategorie:Hilfe:Artikel schreiben|GeSHi-Syntax]] | ||
Visual Basic / VBA | Visual Basic / VBA | ||
<source lang="vb"> | <source lang="vb"> |
Visual Basic / VBA
'abcdefg if a = "5" then x = 123 end if
VB.net
'abcdefg if a = "5" then x = 123 end if