Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » U++ Esc Interpreter, Esc Macros and templates » [Solved] Esc: Maps and arrays can't have more than 100 elements?
[Solved] Esc: Maps and arrays can't have more than 100 elements? [message #52760] Tue, 19 November 2019 20:07 Go to next message
Oblivion is currently offline  Oblivion
Messages: 1092
Registered: August 2007
Senior Contributor
Hello,

Some time ago I wrote a simple Esc wrapper over Environment() function, which returns the environment variables in key-value pairs. Interpreter seems to cut the array at 100 elements, printing the message "..more than 100 elements"

Then I looked into the Esc package and saw that the Esc arrays and maps are hardcoded to handle max. 100 elements.

I'm curious about the rationale behind this decision.

Also, what are the limits of the values in Esc, in general?

Best regards,
Oblivion


[Updated on: Tue, 19 November 2019 21:42]

Report message to a moderator

Re: [Solved] Esc: Maps and arrays can't have more than 100 elements? [message #52762 is a reply to message #52760] Tue, 19 November 2019 21:43 Go to previous message
Oblivion is currently offline  Oblivion
Messages: 1092
Registered: August 2007
Senior Contributor
Ok, nevermind. as it turned out, it was a limitation of the output of ToString() method, not really a limint on arrays or maps.


[Updated on: Tue, 19 November 2019 21:43]

Report message to a moderator

Previous Topic: continue bug
Next Topic: No 'include' statement
Goto Forum:
  


Current Time: Sat Apr 20 15:20:19 CEST 2024

Total time taken to generate the page: 0.06504 seconds