Árvore de páginas

Posiciona no início (primeiro caracter da primeira linha) do arquivo texto aberto pela função FT_FUse().

Sintaxe

FT_FGotop()

Exemplos

User Function Example()
    // Abre o arquivo
    nHandle := FT_FUse("c:\garbage\test.txt")
    // Se houver erro de abertura abandona processamento
    if nHandle = -1
        return
    endif
    // Posiciona na primeria linha
    FT_FGoTop()
 return

Abrangência

Advanced Protheus 6.09 , Advanced Protheus 7.10 , Microsiga Protheus 8.11 , Protheus 10 , TOTVS Application Server 10 , ByYou Application Server

Veja também

  • Sem rótulos