• how to

    From Chris Hoppman@1:129/305 to All on Tuesday, January 11, 2005 22:34:50
    how do you use the readln function?
    i want to write to the outlook email's to mass mail people on my mailing list about stuff.

    --- Renegade v09-19.4 DOS
    * Origin: The Titantic BBS Telnet - ttb.slyip.com (1:129/305)
  • From Robert Wolfe@1:3407/4 to Chris Hoppman on Saturday, January 15, 2005 02:48:06
    Chris Hoppman wrote to All <=-

    how do you use the readln function?
    i want to write to the outlook email's to mass mail people on my
    mailing list about stuff.

    For stdin (keyboard):
    ReadLn (Variable)

    For files:
    ReadLn (FileHandle, Variable)

    Home this helps.

    ... Heisenberg may have slept here.
    ___ MultiMail/OS/2 v0.46

    --- Maximus 3.01
    * Origin: Buffalo Online * Lancaster NY * buffalo.sytes.net (1:3407/4)
  • From Tony Master@1:129/305 to Chris Hoppman on Sunday, January 16, 2005 04:33:03
    |03Quoting message from |11Chris Hoppman |03to |11All
    |03on |1111 Jan 05 22:34|03.


    how do you use the readln function?
    i want to write to the outlook email's to mass mail people on my mailing li about stuff.

    you can find that in the online help in pascal F1.

    --- Renegade v09-19.4 DOS
    * Origin: The Titantic BBS Telnet - ttb.slyip.com (1:129/305)
  • From Chris Hoppman@1:129/305 to Tony Master on Sunday, January 16, 2005 12:09:59
    how do you use the readln function?
    i want to write to the outlook email's to mass mail people on my mailing li about stuff.

    you can find that in the online help in pascal F1.

    did that and it is very confusing. what is a console?

    --- Renegade v09-19.4 DOS
    * Origin: The Titantic BBS Telnet - ttb.slyip.com (1:129/305)
  • From Tony Master@1:129/305 to Chris Hoppman on Tuesday, January 18, 2005 03:48:46
    |03Quoting message from |11Chris Hoppman |03to |11Tony Master
    |03on |1116 Jan 05 12:09|03.

    how do you use the readln function?
    i want to write to the outlook email's to mass mail people on my mailing li about stuff.

    you can find that in the online help in pascal F1.

    did that and it is very confusing. what is a console?

    if you open a dos window that's a consol. =] the online writeln is easy to understand because it's a simple function. =] what are you trying to do?

    --- Renegade v09-19.4 DOS
    * Origin: The Titantic BBS Telnet - ttb.slyip.com (1:129/305)
  • From Chris Hoppman@1:129/305 to Tony Master on Tuesday, January 18, 2005 12:54:52
    |03Quoting message from |11Tony Master |03to |11Chris Hoppman
    |03on |1118 Jan 05 03:48|03.
    if you open a dos window that's a consol. =] the online writeln is easy to understand because it's a simple function. =] what are you trying to do?

    simple for you maybe. i tried it and it doesn't work.

    uses wingui;

    start
    document.writeln("hello world");
    finish.

    --- Renegade v09-19.4 DOS
    * Origin: The Titantic BBS Telnet - ttb.slyip.com (1:129/305)
  • From mark lewis@1:3634/12 to Chris Hoppman on Wednesday, January 19, 2005 16:00:58
    if you open a dos window that's a consol. =] the online
    writeln is easy to understand because it's a simple
    function. =] what are you trying to do?

    simple for you maybe. i tried it and it doesn't work.

    uses wingui;

    start
    document.writeln("hello world");
    finish.

    what pascal are you attempting to use? i do not fully recognise the above...

    i do recognise part of it, though... by using the wingui unit, it would appear that you are trying to create a gui/graphical app rather than a console/textmode app as indicated by the document.writeln function...

    in the console/textmode apps that i've written, i've not used any blahgui units
    at all... in fact, i had to locate or create my own variation of the crt unit to port some of my stuff over... what a headache that was until i got a workable crt (actually crt32) unit going...

    anyway, with those gui units, you end up using other functions to put your text
    stuff to the gui box/pane that opens up... also, most all of your stuff is done
    in some type of form(s)...

    )\/(ark


    * Origin: (1:3634/12)
  • From Scott Adams@1:112/91 to Chris Hoppman on Thursday, January 13, 2005 20:49:27
    Quoting Chris Hoppman to All <=-

    how do you use the readln function?
    i want to write to the outlook email's to mass mail people on my
    mailing list about stuff.

    OE is more a windows thing so your probably going to
    need Delphi. ? Is that what your using?


    ... "He's got a plan. I can tell. He's got that look." - Garibaldi
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)