in reply to Re^7: Modification of a read-only value attempted
in thread Modification of a read-only value attempted

The "creden" value is null like the following "creden": null, and other one is the following "creden": { "uName": "5xxxxxxx" }, set the below condition for them and it works!

if ($response[$i][$j]{creden} ne "" ) { $responsuname = $responsetextall[$i][$j]{creden}{uName +}; } else { $responsuname = "No UNAME"; }

Replies are listed 'Best First'.
Re^9: Modification of a read-only value attempted
by LanX (Saint) on Feb 02, 2021 at 01:18 UTC