nightdesigns Posted June 6, 2002 Posted June 6, 2002 I need to put quotation marks into a set field. Unforutnatly, FM things of quotes as a marker to say when text starts and stops. Is there a way around this? THanks -j
The Bridge Posted June 6, 2002 Posted June 6, 2002 I believe using """ will insert a quotation mark, but I'm sure someone else here will have a more definitive answer.
Fitch Posted June 7, 2002 Posted June 7, 2002 If you're going to use a lot of quotes (say, for generating HTML) you might find it less stressful to create a global field "qt" and type a quote mark in it. Then you can just reference that field in your set field statements. E.g.: Set field (html, "<a href=" & qt & "http://www.fmforums.com" & qt & ">")
Recommended Posts
This topic is 8209 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now