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

« back to all changes in this revision

Viewing changes to man/scicos/getcurblock.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 getcurblock 5 "Janvier 1996" "Scilab Group" "Scicos function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
getcurblock - get Scicos current block number while running
5
 
.SH CALLING SEQUENCE
6
 
blk=getcurblock()
7
 
.SH PARAMETERS
8
 
.TP
9
 
blk
10
 
: the index of the Scicos block which has called \fVgetcurblock\fR
11
 
.SH DESCRIPTION
12
 
This function may be used in a Scilab block to get index of this block
13
 
 while running. It may be used with \fVgetscicosvars\fR or
14
 
\fVsetscicosvars\fR.
15
 
.SH SEE ALSO
16
 
getscicosvars, setscicosvars, scicosim