var $string = abcdefghijklm var $portion = call substr $val=$string; $start=4 ; $length=6 print string = $string
print portion = $portion