Icon representing a recipe

Recipe: Delete_note

created by LHOr

Profile


Name
Delete_note
ID
109062
Shared with
Public
Parent
None
Children
None
Created on
May 28, 2025 at 06:23 AM UTC
Updated on
May 28, 2025 at 06:23 AM UTC
Description

Deletes all notes

Best for


Code


protienlength=structure.GetCount() for i=1,protienlength do structure.SetNote(i,"") end

Comments