View Issue Details

Category
整備班:YAYA
SeverityminorReproducibilityalways 
Status closed 
Summary0000071: Line breaking in OnTextDrop
Descriptionit's dosn't work when i
OnTextDrop{
    if "%(CHR(1))" _in_ reference0
        "there's a line breaking."
}
and drag any text with CR or LF(or both)
but it's work when
OnTextDrop{
    if ',' _in_ reference0
        "there's a line breaking."
}
i don't know is a bug on yaya or ssp
thanks.
:)
TagsNo tags attached.
Attach Tags

Activities

ponapalt

2020-04-05 21:29

administrator   ~0000134

Please change
#globaldefine SHIORI3FW.AUTO_DATA_CONVERT
in yaya_config.txt
from 1 to 0.

yaya (yaya_shiori3.dic) automatically convert byte 1 value to comma when above flag is 1.

Warning : when above flag is disabled (0) , you should manually convert reference value type from text to appropriate type (will be integer type using TOINT function).

Issue History

Date Modified Username Field Change
2020-04-05 17:57 guest New Issue
2020-04-05 21:29 ponapalt Assigned To => ponapalt
2020-04-05 21:29 ponapalt Status new => closed
2020-04-05 21:29 ponapalt Resolution open => no change required
2020-04-05 21:29 ponapalt Note Added: 0000134