HWS-template (WD34) July version available

Is there not a join() function somewhere that could have put them back together? Say, if $str1 was time and $str2 was AM/PM, then


$str3=join(" ", $str1,$str2)

You’ll have to ask a better programmer than me :slight_smile: