Hi Friends, in this article I will explain about how to
Split the string using AutoLISP or how to divide the string with special
character like comma (,), question mark (?), etc.
I explain this with small example.
Suppose you have one string and you have to split the string
with “-“,for this there is no command is there in AutoLISP to split the string
with special character. So I write the code for that.I think it will useful to
you.