Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validating An APPEND
Message
From
14/01/2000 13:54:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00318164
Message ID:
00318248
Views:
39
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform