Results 1 to 10 of 67

Thread: Release the beast: Get$/Set$/GetPtr

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #34
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    55
    Posts
    1,554
    Rep Power
    174
    Still on it

    This time there are no additional functions but the opposite case: I threw a few out since they were not really needed.

    There's no more

    Heap_FreeAt:
    the same can be achieved a few different ways already
    Heap_SetAt position_of_myPtr, ""
    Heap_ResizeAt position_of_myPtr, 0
    Heap_ElementRemoveAt position_of_myPtr, 1, Heap_Size(value_of_myPtr) ' not made for that purpose, but does it too


    Heap_ElementScanIndex/Heap_ElementScanPtr:
    both are a little too "special" and I created them before Heap_ElementIDAt - which serves when it comes to indexing unique values as vertices, colors etc.



    Functions-Overview

    MinVersion 1.9.7.0
    - get it here
    FileVersion 0.35, 07.08.2013
    Attached Files Attached Files
    Last edited by ReneMiner; 08-08-2013 at 13:37.
    I think there are missing some Forum-sections as beta-testing and support

Similar Threads

  1. Release of Aung San Suu Kyi
    By Charles Pegge in forum Shout Box Area
    Replies: 0
    Last Post: 13-11-2010, 14:23
  2. TAB Alpha Release 35
    By catventure in forum T.A.B. (ThinBasic Adventure Builder)
    Replies: 4
    Last Post: 08-07-2008, 18:34
  3. TAB Alpha Release 24
    By catventure in forum T.A.B. (ThinBasic Adventure Builder)
    Replies: 2
    Last Post: 22-03-2007, 00:37
  4. TAB Alpha Release 23
    By catventure in forum T.A.B. (ThinBasic Adventure Builder)
    Replies: 46
    Last Post: 21-03-2007, 19:02
  5. TAB Alpha Release 22
    By catventure in forum T.A.B. (ThinBasic Adventure Builder)
    Replies: 24
    Last Post: 08-03-2007, 13:58

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •