Obsolete Commands

Version: 15.0.1

FootRunner Gold™ reduces the command set of FootRunner to its bare essence. Previous versions of the FootRunner plugin had additional commands that are now obsolete. Some of these commands can be accomplished with 4D Code+FootRunner.

The following commands from FootRunner 5 are now obsolete:

FRClipCheck
Use Get text from clipboard followed by FRAppendChecksum.
FRDocument2Text
Use the following 4D code (contained in the sample database) as a substitute: FRDocument2Text method
FRHTMLFile2BLOB
Use the following 4D code (contained in the sample database) as a substitute: FRHTMLFile2BLOB method
FRRun
Use the FRRunDocument method, below.
FRRunDocument
Use the following 4D code (contained in the sample database) as a substitute: FRRunDocument method
FRRunToken
Pre-tokenized scripts no longer supported
FRSave
Use the following 4D code (contained in the sample database) as a substitute: FRSave method
FRSaveText
Use the FRText2Document method, below.
FRSendHTMLFile
Use the following 4D code (contained in the sample database) as a substitute: FRSendHTMLFile method
FRText2Document
Use the following 4D code (contained in the sample database) as a substitute: FRText2Document method
FRTextCheck
This command has been renamed FRAppendChecksum.
foot
FRTokenize
Support for tokenizing scripts eliminated.
FRUncheck
This command has been renamed FRRemoveChecksum.