You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excel table Fate row Id 1873 in JP contains this: 不条理魚人「<sheet(BNpcName,13542,0)>」, however when extracting text with ReadOnlySeString.ExtractText() it results in 不条理魚人「」. In other words, the macro expands to an empty string.
The text was updated successfully, but these errors were encountered:
ExtractText only extracts payloads of type Text.
If you want to process macro payloads you have to write your own evaluation function for that.
It’s complex and depends on the context of the client (language, time, global parameters).
For example:
Fate
row Id1873
in JP contains this:不条理魚人「<sheet(BNpcName,13542,0)>」
, however when extracting text withReadOnlySeString.ExtractText()
it results in不条理魚人「」
. In other words, the macro expands to an empty string.The text was updated successfully, but these errors were encountered: