Hey I want to code a extractor :
for example
varall = "hello:my:whats:up"
then I want 4 differents ouput for example:
var1 = hello
var2 = my
var3 = whats
var4 = up
So I want from varall convert these 4 words into 4 differnte variables
Thanks!