Content tagged array

A data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key.

Similar Tags

Report Tag

363 usages of this tag
  • 4 replies
  • 807 views
This content is deleted
Forum Topic
Is the 0 in an empty array a value of zero or a null?
0 favourites

Is the 0 in an empty array a value of zero or a null? My purpose is to compare values/text in two arrays and to save time I want to "skip" past any Zeroes ("0")...

posted 3 years ago
  • 1 replies
  • 380 views
This content is deleted
Forum Topic
How do I update my inventory correctly?
0 favourites

I have been spinning my wheels trying to figure out how to build an item quantity tracker into my item pickup function. Essentially when the player picks up an...

  • 7 replies
  • 354 views
This content is deleted
Forum Topic
How do I draw my inventory when I switch layouts?
0 favourites

I am currently storing the player's inventory in an array and displaying their inventory in a bar at the bottom of the screen. On start of my game I trigger an...

  • 11 replies
  • 739 views
This content is deleted
Forum Topic
Random Name Generation
0 favourites

I'm making a little game where you fling astronauts around a solar system. Every time you miss the target with the flung astronaut, I want to show a random rank...

  • 8 replies
  • 1.4K views
This content is deleted
Forum Topic
How do I convert a CSV into an array?
0 favourites

I am trying to make a high score table in my game, and I decided to use Google Sheets. I followed the helpful tutorial by dop2000 to send data to a spreadsheet,...

  • 5 replies
  • 490 views
This content is deleted
Forum Topic
How do I manage page with Array?
0 favourites

I guess there's something I misunderstand with array. I can load datas with Ajax so that's great. It display now the first 10 entries but I don't know how to di...

posted 3 years ago
  • 8 replies
  • 507 views
This content is deleted
Forum Topic
Date and Arrays
0 favourites

I'm making an app to be used on both Android and iOS. I have an array. People's personal information is stored in the array. In the 3rd column are people's date...

posted 3 years ago
  • 5 replies
  • 487 views
This content is deleted
Forum Topic
Storing a 3d Array as a Json file on a serve
0 favourites

Can a JSON file of a 3D array be stored/retrieved on a dedicated server? If so, does anyone have a sample .Capx which would show this process? If you also had t...

posted 3 years ago
  • 4 replies
  • 573 views
This content is deleted
Forum Topic
JSON to array or dictionary
0 favourites

On my plugin, I have an array and I want to return it from a function as json to be able to load it into an array object and I want to do the same for a diction...

posted 3 years ago
  • 0 replies
  • 340 views
This content is deleted
Forum Topic
Hands-On Exercises For Learning Arrays And Dictionaries.
0 favourites

So, I've been learning programming through courses on youtube. I just finished a 'Intro To Programming' video. Took notes and everything. I use Construct 2 for...

Similar Tags