hyperPad hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login

    Does save to file overwrite?

    Scheduled Pinned Locked Moved
    Help and Support
    2
    4
    148
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • iTap DevelopmentI
      iTap Development
      last edited by iTap Development

      If I save an array in a save to file behavior, and then append something to the array and save it again, is it saving and overwriting the whole array, or is it just adding the new index to storage?
      I’m assuming it just overwrites.

      1 Reply Last reply Reply Quote 0
      • iTap DevelopmentI
        iTap Development
        last edited by

        The reason I ask is, I want an array of level data to be saved as the user adds to it(a level builder).
        I’m not sure if this will be a problem if the array gets huge, since it will be saving all the time, and I don’t want performance problems.

        D 1 Reply Last reply Reply Quote 0
        • D
          Deeeds @iTap Development
          last edited by

          @iTap-Development Arrays in hyperPad can only store strings and numbers, so far as I can tell. So you could have an array with a million cells of numbers and it would save so fast you'd hardly notice it in a level editor save operation.

          iTap DevelopmentI 1 Reply Last reply Reply Quote 0
          • iTap DevelopmentI
            iTap Development @Deeeds
            last edited by

            @Deeeds ok👍

            1 Reply Last reply Reply Quote 0
            • First post
              Last post