Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
schuffe
Contributor III
Contributor III

Is it possible to hide lines in the data editor script. If so, how?

Hey 🙂

I have a large section of script that I would like to hide. Is that possible ?

1 Solution

Accepted Solutions
eddie_wagt
Partner - Creator III
Partner - Creator III

Hello @schuffe ,

I think there are two ways to achieve this:

- Make use of external script

- Make use of subroutines

There are no other ways to hide code.

Regards

Eddie

View solution in original post

2 Replies
eddie_wagt
Partner - Creator III
Partner - Creator III

Hello @schuffe ,

I think there are two ways to achieve this:

- Make use of external script

- Make use of subroutines

There are no other ways to hide code.

Regards

Eddie

schuffe
Contributor III
Contributor III
Author

Thanks, i'll try it 🙂