Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
DirectTransition3D Xtra Set I
simInetPro Xtra
Opening Local HTML pages
TetonPop Xtra
Import Quicktime Movies
The Button II
Minimizer
Move sprite along mouse vector Behavior
Generic behavior to detect if the key has been pressed
Easy Dialog
MediaMacros Xtras Mall
 

 

 

Behavior Save text to a file

Added on 6/8/1999

 

Compatibilities:
D6_5 D7 D8 Mac PC Script

This item has not yet been rated

Author: Macromedia (website)

Make a file from a string. Requires File IO Xtra

on makeFileFromText whichFile  
  global gTextOfFile  
  set myFile = new(xtra "fileio")  
  if fileExists(whichFile) = 0 then
    deleteFile(whichFile)
  end if
  createFile(myFile, whichFile)
  openFile(myFile, whichFile, 2)  
  writeString(myFile, gTextOfFile)  
  closeFile(myFile)                    
  set myFile = 0                        
end

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail