B2024-096 In the Ro Editor, allow <u> for a field name in the Referenced object Definition Return Value.
This commit is contained in:
parent
d07344a88a
commit
46419edfee
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user