Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to display the string with double quotes #54

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

Unable to display the string with double quotes #54

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

# What steps will reproduce the problem?

1.code: 

      MyEdit := TExtFormTextField.Create; 
      with MyEdit.AddTo(Items) do 
        Begin 
          InputType := itText; 
          SetValue('_"xx"_'); 
        end; 
2.
3.

# What is the expected output? What do you see instead?

I expected _"xx"_ but see _'xx'_ 

# What version of the product are you using? On what operating system?

- ExtPascal: rev.683
- ExtJS: v.3.1.1
- Compiler: Delphi XXXX, FPC X.X.X
- OSes: XXXXX, XXXXX, XXXXX
- WebServer: XXXXXX
- Mode: CGI, FCGI or Embedded

# Please provide any additional information below.

- related discussion thread:
http://groups.google.com/group/extpascal/browse_thread/thread/a9e80e85f7d84
5b6

Original issue reported on code.google.com by krtlm...@gmail.com on 20 Apr 2010 at 1:40

@GoogleCodeExporter
Copy link
Author

Original comment by wanderla...@gmail.com on 18 Jun 2010 at 5:51

  • Changed state: Accepted

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

No branches or pull requests

1 participant