Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
gb.data
gb.form
gb.ncurses
gb.openssl
gb.pcre
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Array.Shuffle (gb)
Sub
Shuffle
(
)
Seit 3.13
Randomly shuffle the array using the Fisher–Yates algorithm.
Dim
A
As
String[]
=
[
"G"
,
"A"
,
"M"
,
"B"
,
"A"
,
"S"
]
A
.
Shuffle
()
Print
A
.
Join
()
B,A,G,A,M,S