B2024-096 In the Ro Editor, allow <u> for a field name in the Referenced object Definition Return Value.

This commit is contained in:
Matthew Schill 2024-12-10 08:36:30 -05:00
parent d07344a88a
commit 46419edfee

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;