
Using the AutoHotkey StringSplit / StrSplit() function
AutoHotkey has some pretty cool functions for slicing strings. Not quite as robust as Python however they definitely cover the majority of needs with ease. In the below video I demonstrate some simple usage if it as well as a way to access the Array it creates without ever saving it to a variable! :)



