static void JobSplitString(Args _args) { str text = "test long string "; str firstWord; [firstWord] = str2con(text, ' '); info (firstWord); }