How can I get the h in harry to upper case in the following…
The actor Harry is defined as…
harry: Actor 'Harry;;man self' @harrysBed
""
globalParamName = 'harry'
isHim = true
person = 3
proper = true
bulkCapacity = 5000
;
So why is his name shown with lower case h (actually, it’s both—first reference is upper, 2nd is lower in the example shown).
Even if the vocab property did not use an upper case H I thought the proper = true property would up it.
Jerry