Histórico da Página
Composition Setup |
---|
import.css=/download/attachments/6062824/tecnologia.css
|
Pagetitle | ||||
---|---|---|---|---|
|
Retorna uma string com o caminho completo do arquivo profile em utilizaçãoapelido do Application Server.
Sintaxe
Bloco de código | ||
---|---|---|
| ||
getProfilePathGetSrvNickName() |
Retorno
Nome | Tipo | Descrição |
---|
cRet |
caractere
Path do arquivo profile em utilizaçãocharacter | Retorna o apelido da versão do AppServer. |
Exemplos
Bloco de código | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
FUNCTION Exemplo() call conout("Caminho do arquivo profile: "||getProfilePath()) example() DEFINE srvNickName CHAR(50), lenStr SMALLINT LET srvNickName = GetSrvNickName() LET lenStr = length(srvNickName) IF lenStr <= 0 THEN CALL Conout("String Length cannot be zero.") END IF CALL Conout("AppServer NickName: " || srvNickName) END FUNCTION |
Abrangência
...
20.3.0.0
Veja também
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas