Home
Product Feature Tour
  Beyond FTP
  Beyond Encryption
Features and Benefits
  Beyond FTP Server
  Beyond FTP Client
  Beyond Encryption
  Subscription Service
Product Screen Shots
  Beyond FTP
  Beyond Encryption
Lines of Business
  Government
  Education
  Banking
  Insurance
  Healthcare
Download
  Beyond FTP
  Beyond Encryption
  Current Release
Purchase
Support
Forums
Download White Papers
  Beyond FTP System Overview
  HIPAA Security
News
Customer Success Stories
  RewardsPlus of America
Upgrade Encryption
Give us Feedback
Register your Product
Search this Site
Company Profile
Contact Us
Awards
   

Su Doku Helper by Automated Programming Technologies, Inc.


FREE APT SuDoku Helper


Download the free APT SuDoku Helper to help solve SuDoku's or verify your solved SuDoku is correct.

What is a SuDoku?

   

Beyond FTP Feature Tour

Beyond FTP Script Editor - Write Command

Back to Feature TourBack to Feature Tour Back

The Write command implements two forms of file writing in Beyond FTP scripts. The List form simply writes a string at the end of the specified file. The command includes the name of the file and the string to write, enclosed in quotes (“). The use of quotes allows leading and trailing blanks to be included in the string. The file is opened and closed with each write. The string is always appended to the end of the file and followed by carriage return and line feed characters. The quote characters are not written. This form is the complement of the While command List variation. It allows scripts to create lists that can then be processed by other scripts or other programs.

The Value form is the complement of the substitution wildcard. The string of characters is loaded into the wild card file for the specified section and parameter. Leading and trailing blanks are ignored. The written value may be immediately retrieved with the substitution wildcard.

Example:

:Write: List C:\Temp\Output.Txt “A test on %M2/%DM/%Y4 of %’AVarName’ ”
:Write: Value [ Stores, %’StoreName’ ] %’StoreNum’

Back to Feature TourBack to Feature Tour Back

 

Sales:
Sales Toll free: 800-877-8765
International Sales: +01 810-225-0588
Send mail to with questions or comments about this web site.
Copyright © 1999-2007 Automated Programming Technologies, Inc.
Last modified: October 23, 2007