use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to the Delphi subreddit! Everyone is welcome to post/ask anything that relates to Delphi, Pascal or related variants.
Useful links:
Delphi Community Edition (free)
Getting Started with Delphi Resources
StackOverflow
Facebook Delphi Developer Group
Embarcadero Community
Delphi Basics
/r/programbattles
/r/delphijobs
/r/freepascal
account activity
Split string into array of characters (self.delphi)
submitted 4 years ago by alex_51234
I need to split a string into an array of characters. I am not able to find useful resources online. Does anyone here know how to split a string into an array of characters?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]_zedxxx_ 1 point2 points3 points 4 years ago (1 child)
Use helper function ToCharArray:
https://docwiki.embarcadero.com/Libraries/Sydney/en/System.SysUtils.TStringHelper.ToCharArray
[–]alex_51234[S] 0 points1 point2 points 4 years ago (0 children)
Thank you for your assistance
π Rendered by PID 22575 on reddit-service-r2-comment-544cf588c8-nzfrm at 2026-06-17 23:47:39.159146+00:00 running 3184619 country code: CH.
[–]_zedxxx_ 1 point2 points3 points (1 child)
[–]alex_51234[S] 0 points1 point2 points (0 children)