Merge pull request 'B2024-096 In the Ro Editor, allow <u> for a field name in the Referenced object Definition Return Value.' (#479) from B2024-096 into Development

good for testing phase
This commit is contained in:
John Jenko 2024-12-10 09:00:22 -05:00
commit d1c3e81a38

View File

@ -746,6 +746,7 @@ namespace ROEditor
break;
}
}
if (inusename == "u") found = true; //to handle unit designation
if (found == false)syntax(inusename+" invalid field name",strt,where);
// used to have procini def stuff here.
start=where+1;