PenUltima Online

It is currently Wed Aug 20, 2008 2:18 pm

All times are UTC - 4 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: releasing space of a variable and amount issues
PostPosted: Sun Sep 09, 2007 2:01 pm 
Offline

Joined: Fri Aug 31, 2007 6:25 pm
Posts: 42
need to destroy a variable, stop using it, release space, i dont know how you guys call it, but i need something like

free(variable);

is there some way?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 9:38 pm 
Offline

Joined: Sat Feb 04, 2006 10:26 pm
Posts: 533
Austin is sometimes in the habit of removing the contents, such as at the start of his email.src script:

Code:
program EmailClient(params)
   var mobile := params[1];
   var box_id := params[2];
   var send_to := params[3];
   var subject := params[4];
   var message := params[5];
   params := 0; // Not needed anymore.



That's as close as I've seen. You may not be able to release the variable name and the pointer, but you can remove the data.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 4 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl