On Sun, Jul 27, 2008 at 9:52 AM, Bryant Minard <[EMAIL PROTECTED]> wrote: > Can someone explain why this coding will not work? > > Browse field1 :7 (this works, sets the field width to 7 characters) > > N=7 > Browse field1 :n (gives a syntax error) > > Is there any way to set a field in browse by using a variable?
It doesn't seem to be possible. The only workaround I can think of is to use macro substitution. e.g. cbrow = "Browse field1:n"+str(n) &cbrow -- Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

