> put url pathToServerFile into tData replace "<" with "[" in tData replace ">" with "]" in tData > answer tData
or build your own Answer dialog I don't know of a way to disable the feature of the built-in Answer dialog. This, of course, allows a variety of formatting for the user. Jim Ault Las Vegas --- Scott Rossi <[EMAIL PROTECTED]> wrote: > If I put a simple text file on a server that > contains the following: > > <hello> > world > </hello> > > ...and I script: > > put url pathToServerFile into tData > answer tData > > ...I get this: > > world > > How do I tell the answer dialog that I *DON'T* want > the HTMLText? I want > the actual text! Arg. > > Thanks & Regards, > > Scott Rossi > Creative Director > Tactile Media, Multimedia & Design > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and > manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
