Histórico da Página
Cria um identificador UUID (do inglês Universally Unique IDentifier) exclusivo.
01. SINTAXE
| Bloco de código | ||
|---|---|---|
| ||
UUIDRandom() |
02. PARÂMETROS
Não se aplica.
03. RETORNO
Nome | Tipo | Descrição |
|---|---|---|
cUUID | caractere | Identificador exclusivo. |
04. OBSERVAÇÕES
05. EXEMPLOS
| Bloco de código | ||
|---|---|---|
| ||
User Function ExUUID()
Local cUUID := ""
cUUID := UUIDRandom()
ConOut(cUUID)
Return |
07. NESSA SEÇÃO
| Page Tree | ||||||
|---|---|---|---|---|---|---|
|
| Sem Formato | ||
|---|---|---|
| ||
Templatedocumentos
| HTML |
|---|
<style>
div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
table {
border: 1px solid;
}
.syntaxhighlighter {
overflow: initial;
}
#main {
padding-left: 10px;
padding-right: 10px;
overflow-x: hidden;
}
.aui-header-primary .aui-nav, .aui-page-panel {
margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
margin-left: 0px !important;
}
</style>
|
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas