Skip to content

Error in Chinese #6

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);
        }
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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