04-28-2024, 07:08 AM
(translated by Google translator)
Hi all.
I don't know if I have chosen the right topic for my this post.
Maybe I don’t know again that SB-Prime already has a function for collapsing a block of arbitrary code.
But, if there is no such function, then here is a life hack that came into my head this morning.
I don't know about you, but for me it's not bad at all.
Hi all.
I don't know if I have chosen the right topic for my this post.
Maybe I don’t know again that SB-Prime already has a function for collapsing a block of arbitrary code.
But, if there is no such function, then here is a life hack that came into my head this morning.
Code:
code_block = "True"
If code_block Then
' some code
' line 1
'...
' line N
EndIf