There is a thread in MapInfoL at the moment discussing adding spaces in a legend.
I had a thought that I could open the .wor in Notepad and put spaces between the legend code blocks and that would do it.
Doesn’t work.
My colleague and I then reasoned that there must be a way to add spaces between entries in the workspace document by adding some code or other.
Is there a command in MapBasic which adds a space between things at all ?
Bill Williams
Senior Researcher, Statistics & Mapping Section
Parliamentary Library
Department of Parliamentary Services
Parliament House
PO Box 6000
CANBERRA ACT 2600
Telephone : 02 62772513
Email: bill.w...@aph.gov.au
How about using an expression rather than just the field name in the legend?
" " + fieldname
=================
There is a thread in MapInfoL at the moment discussing adding spaces in a legend.
I had a thought that I could open the .wor in Notepad and put spaces between the legend code blocks and that would do it.
Doesn’t work.
My colleague and I then reasoned that there must be a way to add spaces between entries in the workspace document by adding some code or other.
Is there a command in MapBasic which adds a space between things at all ?
Just reread the question …spacing BETWEEN blocks
how about an expression of fieldname + Chr$(13) (untested)?
--
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To post to this group, send email to mapi...@googlegroups.com.
To unsubscribe from this group, send email to mapinfo-l+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mapinfo-l?hl=en.