question about writing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry Chen

    #1

    question about writing

    Hi,

    I want to do the following:

    declare a file stream and a writer in subroutine A
    and perform the actual write operation in subroutine B.

    How should I do it ?

    ( I believe this should be simple, but I am novice to vb.net )

    TIA

    Larry




  • J French

    #2
    Re: question about writing

    On Sat, 2 Oct 2004 01:00:50 -0700, "Larry Chen"
    <lchen223621@co mcast.net> wrote:
    [color=blue]
    >Hi,
    >
    > I want to do the following:
    >
    > declare a file stream and a writer in subroutine A
    >and perform the actual write operation in subroutine B.
    >
    > How should I do it ?
    >
    >( I believe this should be simple, but I am novice to vb.net )[/color]

    And you will remain a novice in VB.NET if you ask your questions in a
    VB 'Classic' NG

    What you need is a dotnet News Group - try these :-

    microsoft.publi c.dotnet.genera l
    microsoft.publi c.dotnet.langua ges.vb
    microsoft.publi c.vsnet.general

    Comment

    • M. Posseth

      #3
      Re: question about writing

      hmmm


      well he could also been talking about fso wich also returns or can be
      passed stream objects ( textstreams )


      but indeed the question sounds very .NET



      "J French" <erewhon@nowher e.com> wrote in message
      news:415e7598.4 41911724@news.b tclick.com...[color=blue]
      > On Sat, 2 Oct 2004 01:00:50 -0700, "Larry Chen"
      > <lchen223621@co mcast.net> wrote:
      >[color=green]
      > >Hi,
      > >
      > > I want to do the following:
      > >
      > > declare a file stream and a writer in subroutine A
      > >and perform the actual write operation in subroutine B.
      > >
      > > How should I do it ?
      > >
      > >( I believe this should be simple, but I am novice to vb.net )[/color]
      >
      > And you will remain a novice in VB.NET if you ask your questions in a
      > VB 'Classic' NG
      >
      > What you need is a dotnet News Group - try these :-
      >
      > microsoft.publi c.dotnet.genera l
      > microsoft.publi c.dotnet.langua ges.vb
      > microsoft.publi c.vsnet.general
      >[/color]


      Comment

      • Auric__

        #4
        Re: question about writing

        >> On Sat, 2 Oct 2004 01:00:50 -0700, "Larry Chen"[color=blue][color=green]
        >> <lchen223621@co mcast.net> wrote:[color=darkred]
        >> >( I believe this should be simple, but I am novice to vb.net )[/color][/color][/color]

        On Sat, 2 Oct 2004 14:21:05 -0700, "M. Posseth"
        <michelp@nohaus ystems.nl> wrote:
        [color=blue]
        > well he could also been talking about fso wich also returns or can be
        >passed stream objects ( textstreams )
        >
        >
        >but indeed the question sounds very .NET[/color]

        Considering that the OP said he's a VB.Net novice.....
        --
        auric underscore underscore at hotmail dot com
        *****
        "Freedom of choice" is made for you, my friend.
        "Freedom of speech" is words that they will bend.
        Freedom no longer frees you.
        -- George W. Bush's idea of "national security"
        (Metallica, "Eye of the Beholder" (...And Justice For All, 1988))

        Comment

        • J French

          #5
          Re: question about writing

          On Sat, 2 Oct 2004 14:21:05 -0700, "M. Posseth"
          <michelp@nohaus ystems.nl> wrote:
          [color=blue]
          >hmmm
          >
          >
          > well he could also been talking about fso wich also returns or can be
          >passed stream objects ( textstreams )
          >
          >
          >but indeed the question sounds very .NET[/color]

          <quote>
          ( I believe this should be simple, but I am novice to vb.net )
          </quote>

          I picked up the above clue [G]


          Comment

          Working...