Code
alias longestword {
  tokenize 32 $1
  while ($len($2)) tokenize 32 $iif($len($1) > $v1,$1,$2) $3-
  return $1
}


//echo -a $longestword(This is a Sample for me and the Databasenetworkcontroller)

Last edited by Dazuz; 08/03/20 12:20 PM. Reason: brainfart and slight improvement