Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - Português

Change language to:
English - Français - 日本語 -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Ajuda Scilab >> Cadeias de Caracteres (Strings) > str2code

str2code

retorna códigos scilab inteiros associados aos caracteres do string

Seqüência de Chamamento

c=str2code(str)

Parâmetros

str

um string

c

um vetor de códigos de caracteres inteiros

Descrição

Retorna c tal que c(i) é o código scilab inteiro de part(str,i))

Exemplos

str2code('Scilab')'
code2str([-28 12 18 21 10 11])

Ver Também

<< sci2exp Cadeias de Caracteres (Strings) strcat >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 12 11:45:27 CEST 2011