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

Merged
jjenko merged 1 commits from B2024-096 into Development 2024-12-10 09:00:23 -05:00

View File

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