I have a string like this:
token = | Hello | Computer | Herrin | Ulrich | Startup
How can I turn it into a table so that:
Show me, Herrin?
token = | Hello | Computer | Herrin | Ulrich | Startup
How can I turn it into a table so that:
Code:
token = | Hello | Computer | Herrin | Ulrich | Startup token[3]
Comment