DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: URGENT -- UTIL FILE

  1. #1
    Join Date
    Mar 2001
    Location
    Reading, U.K
    Posts
    598

    Unhappy

    URGENT -- UTIL FILE:

    i want to read line by line.

    focus should goto 2 line after reading the first 10 characters

    how to goto next line in UTIL_FILE package?

    regards
    Cheers!
    OraKid.

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Use next_line() for placing a specific number of carriage returns, putf() for puttung a line of formatted output to the file and the function put_line() is used for putting a text line to your file.


  3. #3
    Join Date
    Mar 2001
    Location
    Reading, U.K
    Posts
    598
    thax julian
    can u geme an example.

    my requirement is i want only the first 15 characters. after reading this the focus shld goto 2 line and check for position 109 to 118. but for me the focus is still on first line and it reads the 109 to 118 position in first line insted of 2 line.
    i badly need an example.
    regards
    Cheers!
    OraKid.

Posting Permissions

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


Click Here to Expand Forum to Full Width