In the parameter buffer you can store numerical values. The parameter buffer is a 'stack' where new values are added on top. When retrieving values from the parameter buffer, the oldest values are retrieved first. With the parameter buffer it is possible to access parameters not by their name, but by the sequence they have been stored in the buffer.
The parameters are added to the buffer with the PUT command and can be retrieved with the USE and GET command. It is not possible to access a certain parameter in the parameter buffer, only in the sequence in which they have been added with PUT (the first parameter stored with PUT is the first which can be retrieved with GET or USE). With the NSP command you can retrieve the number of parameters in the parameter buffer.
(C) ALLPLAN GmbH |
Privacy policy |