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

How to modify one of the global values #6

Open
verydemo opened this issue Sep 9, 2019 · 1 comment
Open

How to modify one of the global values #6

verydemo opened this issue Sep 9, 2019 · 1 comment
Assignees

Comments

@verydemo
Copy link

verydemo commented Sep 9, 2019

image
hello, I want to modify 8888 to 7777;
Now I can only query the full values( "8888^9999"), then modify to ("7777^9999") ,And then save?
Can this be the case?

@isc-ddo
Copy link
Contributor

isc-ddo commented Sep 9, 2019

Hi @verydemo, there are two way you can modify the global values.

  1. In the place of your screen shot, click on "8888^9999" directly and change its value to "7777^9999". Then click Save.
    python

  2. In the provided IDE, modify the Python code to set the global value to "7777^9999" and run the Python file again.
    pc

So the answer to your question is yes. You have to take full value and modify it.
Please let me know if you have any other question.

@isc-ddo isc-ddo self-assigned this Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants