Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

STRTOFILE() - plugins.file.appendToTXTFile()



Writes the contents of a character string to a file.

 

VFP code example

STRTOFILE("Hello World!"+CHR(13), "c:\temp\hello.txt") && appends string  

 

Servoy code example

plugins.file.appendToTXTFile("c:\\temp\\hello.txt", "Hello World!\n");

// alternatively:

globals.STRTOFILE("Hello World!\n", "c:\\temp\\hello.txt"); 


Note: STRTOFILE() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com