~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/strings/code2str.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>code2str</TITLE>
 
6
  <TYPE>Scilab Function</TYPE>
 
7
  <DATE>May 1994</DATE>
 
8
  <SHORT_DESCRIPTION name="code2str"> returns character string associated with Scilab integer codes.  </SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>str=code2str(c)  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>str</PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP>: a character string</SP>
 
18
        </PARAM_DESCRIPTION>
 
19
      </PARAM_ITEM>
 
20
      <PARAM_ITEM>
 
21
        <PARAM_NAME>c</PARAM_NAME>
 
22
        <PARAM_DESCRIPTION>
 
23
          <SP>: vector of character integer codes</SP>
 
24
        </PARAM_DESCRIPTION>
 
25
      </PARAM_ITEM>
 
26
    </PARAM_INDENT>
 
27
  </PARAM>
 
28
  <DESCRIPTION>
 
29
    <P>
 
30
    Returns character string associated with Scilab integer codes.str is
 
31
    such that  c(i) is the Scilab integer code of part(str,i))</P>
 
32
  </DESCRIPTION>
 
33
  <EXAMPLE>
 
34
<![CDATA[
 
35
code2str([-28 12 18 21 10 11])
 
36
 ]]>
 
37
  </EXAMPLE>
 
38
  <SEE_ALSO>
 
39
    <SEE_ALSO_ITEM>
 
40
      <LINK>str2code</LINK>
 
41
    </SEE_ALSO_ITEM>
 
42
  </SEE_ALSO>
 
43
</MAN>