Treating your string as a tokenised list, with the * as the separator character use $gettok:

set %firstword $gettok(%alo,1,42)
set %secondword $gettok(%alo,2,42)