Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UT Question
Message
Information générale
Forum:
Level Extreme
Catégorie:
Autre
Titre:
Divers
Thread ID:
01024916
Message ID:
01025648
Vues:
13
>>>Michel, just an idea (I stoled it from Tek-Tips). What if in PRE tag you put your own tags, like [bold] [/bold], etc.
>>
>>It's not a question of support but esthetic about how we prefer to have the code to be shown. Basically, we want it as if you are in VFP.
>
>I know, but from time to time you want to mark some lines of your code to the person you answer or you think they are wrong.

In those cases I usually "flowerbox"-comment approach or a long inline comment.
//------------------------------------------
// This next if statement is very important
//------------------------------------------

if (something == somethingelse)
{
  DoSomething();  // <------------ Look at this line!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
}
else
{
  DoSomethingElse();
}
Just my $0.02
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform