PenUltima Online

It is currently Mon Oct 06, 2008 11:29 pm

All times are UTC - 8 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 10:01 am 
Offline

Joined: Fri Aug 31, 2007 2:25 pm
Posts: 64
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 5:38 pm 
Offline

Joined: Sat Feb 04, 2006 6:26 pm
Posts: 558
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 - 8 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl