Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
adonis1976 #1
Re: ftp text file to Variable
try this:
<cfftp action="GetFile" transfermode="Auto" stoponerror="yes"
remotefile=#archivo# localfile="c:\Temp.txt" connection=#conector#
failifexists="no">
<cffile action="read" file="c:\Temp.txt" variable="myvar">
now #myvar# is your variable..
adonis1976 Guest
-
how to split continuous text in a variable into two text-variables...?
Hi, i have a little problem. i need to split a continuous text-variable into two text-variables but in whole words! so i can show these two... -
How to put a variable value into a text file
Hi all: I'm trying to put a variable value into a text file. I've tried a few things with no success. Anyone know how to do this ? Is it... -
load text into variable
Is it possible to load an html document into a variable? -
Dynamic Text Variable
Yes. Set up a field so that a script will change whatever variable the dynamic text field is linked to. -
Text box value, backslash, and PHP variable
I have a form with a textbox. On submitting the form I read the textbox value into a php variable. If the value in the text box contained a ' or "... -



Reply With Quote

