Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Has THREADING got something to do with this?
Message
From
27/05/2002 07:15:15
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
27/05/2002 00:41:05
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00661309
Message ID:
00661623
Views:
34
>Hi Hilmar,
>
>I was really wondering why other people's messages which have code written in appear nicely and why mine was otherwise. Just how do you do it anyway? Is the
 
keyword do it?

Yes, exactly. And it is precisely through the UT that I learned this code, which turned out to be extremely useful in my programming...

This is an HTML code that does three things:

  • Keep spaces, blank lines, etc. (Otherwise, HTML readers will eliminate double spaces, and do a few other "beautifying" options).
  • Use a fixed-size font, like Courier or Courier New.
  • Avoid word-wrap.
  • Finally, the UT parser will do some additional formatting, like syntax-coloring.

    In general, you can use many HTML codes in your messages, like < B > (bold) and < I > (italic). Note that I added spaces, to avoid interpretation in this message.

    To take a look at the following sample code (or at any message posted, for that matter), press the "Reply" button to see the original message.
    * Sample code
    scan
      if MyCondition
        DoSomething()
      endif
    endscan
    Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform