Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Has THREADING got something to do with this?
Message
De
27/05/2002 07:15:15
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
27/05/2002 00:41:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00661309
Message ID:
00661623
Vues:
33
>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)
  • Précédent
    Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform