maoyg wrote:
> when I see ScInputHandler::GetFormulaData() method, I discover a interesting
> phenomenon.
> USHORT nMRUCount = rOpt.GetLRUFuncListCount();
> const USHORT* pMRUList = rOpt.GetLRUFuncList();
> It seems that the two avariables above lead to the phenomenon.
> I believe when inputing on
Hello Niklas,
when I see ScInputHandler::GetFormulaData() method, I discover a interesting
phenomenon.
USHORT nMRUCount = rOpt.GetLRUFuncListCount();
const USHORT* pMRUList = rOpt.GetLRUFuncList();
It seems that the two avariables above lead to the phenomenon.
I believe when inputing one formula i
Hello Niklas,
I am analysing code that's interrelated to the show formula syntax feature.
1). I discovered a phenomenon, and it's described as follows:
when I use one formula for the first time, for example, I input "=OR" formula,
the cell does not show any hints, but when I use this formula agai