Adblock breaks this site

+1?

Discussion in 'Scar/Simba Help' started by nasadaws, May 3, 2008.

  1. nasadaws

    nasadaws Newcomer

    Joined:
    Jun 2, 2007
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0
    +1?

    Im making a Account maker, But I'm making it so it will put in the name I set and +1 number to it. Like this.
    Name
    Name1
    Name2
    Name3
    Name4
    Name5


    Is there a way to do this?


    Thanks, Nasadaws
     
  2. FEAR ME LORD

    FEAR ME LORD Forum Addict
    Banned

    Joined:
    Mar 21, 2008
    Posts:
    331
    Referrals:
    0
    Sythe Gold:
    0
    +1?

    aye more details please?
     
  3. nasadaws

    nasadaws Newcomer

    Joined:
    Jun 2, 2007
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0
    +1?

    I gave alot there.



    Ok, It will make an account first with the name "Name" then Compelete the rest of the form, Then do the same thing but add a 1 to it "Name1" Like that. Then it will keep +1 each time.


    So like this.

    Name
    Name1
    Name2
    Name3
    Name4
    Name5


    And that is alot of infomation.
     
  4. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    +1?

    Code:
    Program New;
    Var
      I : Integer;
    Const
       Times = 10;
    
    Begin
      For I := Low(Times) To High(Times) Do 
        Writeln('Name+IntToStr(I));
    End.
     
< i need a bit of coad | hmm.. whats going on? >


 
 
Adblock breaks this site