The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Weird problem with strings / arrays (*solved*)
#1
Hopefully my example listing makes it clear!

Code:
' using version 1.4.0s1864 paper 0 border 0 ink 7 cls dim textArray(1) as string dim text as string dim i as UBYTE text = "This is a string." i = 0 textArray(i) = text ' doesn't work - generates "Out of Memory" error if compiled with --debug-memory textArray(i) = "" + text ' works fine textArray(0) = text ' works fine print textArray(0) pause 0 end ' why does the first method not work?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)