Home Online Manual
Top
Back: netRing
Forward: netvector
FastBack:
FastForward:
Up: nets_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.26.22 netString

Procedure from library nets.lib (see nets_lib).

Usage:
netString(M); M string

Assume:
M is a string

Return:
visual presentation of M

Theory:
A Singular object is converted into a character array (a Net) for on screen printing.

Example:
 
LIB "nets.lib";
string M="Hallo";
netString(M);
==> Hallo
==>