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

« back to all changes in this revision

Viewing changes to man/translation/ascii.man

  • 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
 
.TH ascii 3 "April 1998" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
ascii - string ascii conversions 
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
a=ascii(txt)
8
 
txt=ascii(a)
9
 
.fi
10
 
.SH PARAMETERS
11
 
.TP 10
12
 
txt
13
 
: character string or matrix of strings. 
14
 
.TP
15
 
a
16
 
: vector of integer ascii codes
17
 
.SH DESCRIPTION
18
 
This function convert Scilab string to a vector of ascii code or
19
 
vector of ascii code to Scilab strings.
20
 
.LP
21
 
If \fVtxt\fR is a matrix of string, \fVascii(txt)\fR is equivalent
22
 
to \fVascii(strcat(txt))\fR
23
 
 
24
 
.SH SEE ALSO
25
 
code2str, str2code