TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

RecFields ( record r ) -> list

Description

'RecFields' returns a list of strings representing all record fields ofthe record <rec>. You must use 'RecFields' if you want to make a selectivecopy of a record for example to delete record fields arising from 'SetRecField'.

Examples

r := rec(); i := 2^3-1; s := ConcatenationString( "r", String(i) ); SetRecField( r, s, 0 ); r; RecFields( r );

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group