Icon representing a recipe

Recipe: Note_erase(function)

created by LHOr

Profile


Name
Note_erase(function)
ID
109069
Shared with
Public
Parent
Note_score(function)
Children
None
Created on
June 02, 2025 at 16:47 PM UTC
Updated on
June 02, 2025 at 16:50 PM UTC
Description

simple functions that erases notes

Best for


Code


function note_erase(start1, end1) for i=start1,(end1-start1) do structure.SetNote(i,"") end end function note_eraseall() protienlength=structure.GetCount() for i=1,protienlength do structure.SetNote(i,"") end end note_eraseall()

Comments