Maybe you are using "not reuse" option when
dealing with resource, and that might be problem
for deleting current line from resource - instead
it is deleting next resource line.
This is just a guess...
i delete variables with delete([[variable]]); keyword when i dont need them.
is there way to delete resources?
@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?
You can re-create it. Deleting variables is not necessary, it will not affect performance.