global $result;
$result = 0;
while($ob = $res->GetNextElement()){
$arFields = $ob->GetFields();
$db_props = CIBlockElement::GetProperty(48, $arFields["ID"], "sort", "asc", Array("CODE"=>"ADDITIONAL"));
if($ar_props = $db_props->Fetch()):
$propertyArray=preg_split("/(\")/", $ar_props["VALUE"]);
$result = $propertyArray[3];
endif;
}
echo $result;
$result += $propertyArray[3];
$result .= $propertyArray[3];
$result = [];
...
$result[] = $propertyArray[3];