Author Topic: How to deal with really long strings?  (Read 1277 times)

Aurigan

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 21
    • View Profile
How to deal with really long strings?
« on: December 27, 2014, 04:18:27 PM »
SO I started building a manual save game import/export where the serialized save game string is ~45k characters. This seems to be too long to display in a UIInput/UILabel - what are good options for dealing with this scenario? Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to deal with really long strings?
« Reply #1 on: December 30, 2014, 02:28:17 PM »
Use multiple pages.