Du bist nicht eingeloggt.

B2B-Realm Status

Social Networks

B2B auf Twitter
B2B auf Facebook

Bugtracker

kocktob

Fachmann

Beiträge: 302

Registrierungsdatum: 16.08.2011

Wohnort: Hamburg

Hauptcharakter: Zhrink

Gilde: AgaiNst

  • Private Nachricht

21

Sonntag, 14. Oktober 2018, 10:25

Irgendwas


Hafay

Fachmann

Beiträge: 230

Registrierungsdatum: 13.07.2014

  • Private Nachricht

22

Sonntag, 14. Oktober 2018, 13:43

Slam od. Fury Seoras

mrdani91

Fachmann

Beiträge: 335

Registrierungsdatum: 16.01.2014

Hauptcharakter: Everlong

Gilde: Mad Scientists

  • Private Nachricht

23

Montag, 15. Oktober 2018, 00:34

caligu<3

Nanoware

Fachmann

Beiträge: 343

Registrierungsdatum: 08.01.2014

  • Private Nachricht

24

Montag, 15. Oktober 2018, 10:42

*Anmeldung nachreich* Hupsi :D dann wohl COH!

Quellcode

1
2
3
4
5
6
7
8
9
10
11
function Develop(var code)
    do
        var hasError = false
        try
            Execute(code)
        catch
            hasError = true
            Change(code)
        end try
    while(hasError)
end function