Results 1 to 10 of 25

Thread: any programmers here ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Apr 2008
    Posts
    21,994
    Reviews
    113

    Default

    Quote Originally Posted by naturis View Post
    what in the name of god is the code for this question lol

    Create a class EchoTest which contains a method echo that takes a string input
    parameter and returns the string “You said “ concatenated with the input parameter.
    Procedure echotest

    Parameter txtin, textout

    txtin = inputbox('Echo Test', 'please enter your text here',)

    textout = "You said " + alltrim(textin)

  2. The Following User Says Thank You to JAMESCORK For This Useful Post:

    Johnbadboy (17-11-14)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •