This wiki is out of date, use the continuation of this wiki instead

Search results

From FenixWiki

You searched for Array

Jump to: navigation, search

There is no page titled "Array". You can create this page.

For more information about searching FenixWiki, see Help.

Showing below 13 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

No page title matches

Page text matches

  1. Memcopy (1,228 bytes)
    28: byte bytearray[elements*2];
    40: // Copy bytes to bytearray
    41: memcopy(&bytearray[0],pbyte,elements);
    45: say("byte["+i+"] = " + bytearray[i]);
    57: ...mset]](), [[memcopy]](), [[say]](), [[free]](), [[array]], [[pointer]]
  2. String (625 bytes)
    7: '''String'''s are a sort of character array, combining characters to form text. Because the l...
  3. Operators (3,600 bytes)
    10: ...element></code>. In case of a struct array, if no arrayelement is specified, it points to [0] (see [[#Exa...
    144: person[9].name = "Last person"; // last array element
    161: ...), [[key]](), [[Global]], [[Type]], [[Struct]], [[Array]], [[Pointer]], [[period]]
  4. Struct (1,344 bytes)
    49: You can pre-assign values to a struct array by putting them in pairs after the End tag, like ...
  5. Write (2,156 bytes)
    74: ...[write_float]](), [[key]](), [[delete_text]](), [[array]], [[fps]], [[TextID]]
  6. Quicksort (3,298 bytes)
    5: '''INT''' quicksort ( <'''VOID POINTER''' array> , <'''INT''' elementsize> , <'''INT''' elements>...
    7: Sorts an [[array]] by the Quicksort ordering algorithm.
    9: ...is the sort-variable, [[sort]]() can be used. For arrays in which the sort-variable is a String, [[ksort]...
    13: ...ay || - [[Pointer]] to the first element of the [[array]] to be sorted.
    15: ...'' elementsize || - The size of an element in the array in bytes.
  7. Sort (2,862 bytes)
    5: '''INT''' sort ( <'''VARSPACE''' array> , [<'''INT''' datacount>] )
    7: ...st variable in each element. By default the whole array is sorted.
    13: | '''VARSPACE''' array || - The [[array]] to be sorted.
    55: // Show array
    68: // Show array
  8. Ksort (3,019 bytes)
    5: '''INT''' ksort ( <'''VARSPACE''' array> , <'''VARSPACE''' sort-variable> , [<'''INT''' d...
    7: ... certain number of elements. By default the whole array is sorted.
    9: If the array elements contain only one variable each or the fi...
    13: | '''VARSPACE''' array || - The [[array]] to be sorted.
    57: // Show array
  9. Functioncategory:Sorting (490 bytes)
    9: Functions used for sorting [[array]]s.
  10. NET SendVar (1,654 bytes)
    12: Sends data in array form or a byte, word or int or whatever other var...
  11. NET Globals (3,277 bytes)
    48: * they point to an array with number of elements equal to <code>NET.MaxCon...
    50: ...d this NetID corresponds with the position in the array (so for example for the NetID n: NET.Status[n] wo...
    53: To the incoming array the following status codes apply:
    56: To the status array the following status codes apply:
    59: ...ion would disconnect, the element of the incoming array of that connection would become NET_STATUS_DISCON...
  12. Scroll (2,937 bytes)
    13: Scroll is a [[global variable]] [[struct]] [[array]], containing information about the current state...
  13. LCD SetBitmap (1,470 bytes)
    20: ...BYTE POINTER''' map || - Pointer to a 160x43 byte array.

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for
Views
Personal tools