I have a boo dsl which does some customer verification stuff and one part is
to map good and bad bin numbers to values.

It currently looks like this

bin_mapping:
<TAB>0 if 123456 | 112233 | 482746
<TAB>927674 | 502731 | 817642

However I want to add just spaces for formatting like this

bin_mapping:
<TAB>0 if 123456 | 112233 | 482746
<TAB>      927674 | 502731 | 817642

Boo doesn't like this for some reason.  I don't white WS Agnostica Boo, but
I would like some leading spaces on a line.
Is this possible?

thanks,
  craig

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to