Saving function without having made a change to it returns error
The following function was previously saved in Creator:
- string otherrecordmanipulations.CountEntityProfiles(string EName, string PName)
- {
- countNumber = count(frmSearch_Profile[((((Player_Entity.contains(input.EName) && Player.contains(input.PName)) && !Player.contains(input.PName + ":")) && Status == "Active") && Player_Status != "Passive")]);
- if (countNumber == 0)
- {
- return "none";
- }
- else
- {
- return (countNumber).toString();
- }
- }
If I click 'Save Script' (without changing anything) I get the error "null".
Please advise.
Regards,
Filip