Feedback
Add String.FromCodePoints()
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/392-append-code-points-to-strings
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add a shared String.FromCodePoints(codePoints() As Integer) As String method that builds a string from an array of Unicode code points in one operation. This gives users an efficient bulk alternative to repeatedly calling Chr() and joining the resulting one-character strings.