  GETLINE

   GETLINE <var> FROM <handle>

   Type: statement

   <handle> で開いたメモリ領域から1行取り出します。
   メモリ領域は OPEN で開いたストリーミングモードでなければいけません。
   テキストは次の改行位置まで読まれます。
   例:

   GETLINE txt$ FROM mymemory

   See also PUTLINE to store lines of text into memory areas.

