Skip to content

Error in Chinese #6

@toolgood

Description

@toolgood
 helper.StartScript("table(1).cell(1,2).text=\"1112\";"); // is ok
 helper.StartScript("表格(1).单元格(1,2).文本=\"1112\";");// is error

    public void StartScript(string js)
    {
        CompiledScript cs = null;
        try {
            cs = script.Compile(js);              // string end without '
            script.RunCompiledScript(cs);

        } catch (ReoScriptCompilingException ex) {
            MessageBox.Show(ex.Message, "error", MessageBoxButtons.OK, MessageBoxIcon.Error);
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions