Profile
- Name
- Remove all notes V1
- ID
- 103522
- Shared with
- Public
- Parent
- None
- Children
- Created on
- June 14, 2020 at 19:47 PM UTC
- Updated on
- June 14, 2020 at 19:47 PM UTC
- Description
OLD VERSION. Use the child of it.
This simply delete all notes on a protein
Best for
Code
for i=1, structure.GetCount() do
structure.SetNote(i, "")
end