Raised This Month: $ Target: $400
 0% 

how to scripting goto and labels?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 03-23-2011 , 18:54   how to scripting goto and labels?
Reply With Quote #1

how to scripting goto and labels?

sample: dosen't work
Code:
if (blabla)
{
    if (blabla)
        goto label
    else
    {
        code
        goto label
    }
    label:
    code
    code
    code
    code
}
sample2: dosen't work
Code:
if (blabla)
{
    if (blabla)
        goto label
    else
    {
        code
        goto label
    }
    label: {
    code
    code
    code
    code
    }
}
sample3: dosen't work
Code:
if (blabla)
{
    if (blabla)
        goto label
    else
    {
        code
        goto label
    }
    label: (
    code
    code
    code
    code)
}
__________________

Working on:
nothing

Last edited by schmurgel1983; 03-23-2011 at 19:00.
schmurgel1983 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode