Results 1 to 3 of 3

Hybrid View

  1. #1
    dsds1's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    2
    My Mood
    Fine

    Unassigned arrays

    I've got problem knowing hows unassigned arrays don't give script error
    Code:
    dothis[0] 
    dothis[1] 
    dothis[2]
    they r unassigned I found and I can't know them, help!
    Press thanks if I helped you
    my English grammar not good

  2. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    I am sorry, but I don't get what you mean
    I am used to noob descriptions and so.
    So you have to explain it differently.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  3. #3
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Code:
    dothis = [];
    dothis[0] = "something";
    dothis[1] = "something";
    dothis[2] = "something";
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  4. The Following User Says Thank You to master131 For This Useful Post:

    Nachos (09-16-2011)

Similar Threads

  1. [Help] Help with arrays
    By kronus980 in forum Java
    Replies: 6
    Last Post: 06-23-2010, 01:43 PM
  2. Questions on arrays
    By origami7795 in forum C++/C Programming
    Replies: 3
    Last Post: 03-11-2010, 06:57 PM
  3. MultiLevel Arrays and Pointers
    By zeco in forum C++/C Programming
    Replies: 0
    Last Post: 10-07-2009, 08:31 PM
  4. Strings and chracter arrays
    By zeco in forum C++/C Programming
    Replies: 0
    Last Post: 08-04-2009, 03:14 PM
  5. [Tutorials]Array of Bytes
    By Str8Soulja00 in forum Visual Basic Programming
    Replies: 3
    Last Post: 01-02-2008, 01:52 AM