write text file

subscripciones

New Member
how can write a text file which content will be the value of a variable?

(without using copy-lob)


DEF VAR filepath AS CHAR NO-UNDO.
DEF VAR content AS CHAR NO-UNDO.
filepath = get-field('filepath').
content = get-field('content').

do write...¿?


Thanks
 
Top