Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
resources is a txt file. txt file has multiple lines with newlines.
I want to know how to print each content.
I want to print the contents of a specific line. Ex) 5th content out of 10 lines
@moon I want to print the contents of a specific line. Ex) 5th content out of 10 lines use:
Thank you @Fox
Now I am faced with the problem that after trying to add a Database to a new project by ID, all the data and tables were deleted from it
@bennettjimmy63 You can periodically reload it
@yourfriendkarol said in Possible to delete resource?:
i delete variables with delete([[variable]]); keyword when i dont need them. is there way to delete resources?
i delete variables with delete([[variable]]); keyword when i dont need them.
is there way to delete resources?
You can re-create it. Deleting variables is not necessary, it will not affect performance.
Thanks, it helped me after 7 years :)