Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validating An APPEND
Message
De
14/01/2000 13:54:27
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00318164
Message ID:
00318248
Vues:
37
>I'm sorry - I dont understand. Could you be more specific?


I mean I only use "pre" and "/pre" tags to surround code. It lets you see the code as you would like to see (intendations and font). The following code piece is surrounded with those tags :
function myFunc
lparameters tnValue
do case
  case tnValue = 1
    return "January"
  case tnValue = 2
    return "February"
  case tnValue = 3
    return "March"
  otherwise
    if between(tnValue,4,9)
       return "Late session"
    else
       return ""
    endif
endcase
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform