View Issue Details
| Category | |||||
|---|---|---|---|---|---|
| 整備班:YAYA | |||||
| Severity | minor | Reproducibility | always | ||
| Status | closed | ||||
| Summary | 0000071: Line breaking in OnTextDrop | ||||
| Description | it'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. :) | ||||
| Tags | No tags attached. | ||||
| Attach Tags | |||||
|
|
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). |