This is out of the UniData 8.1 UniBasic manual:
ASSIGN The UniBasic ASSIGN command redefines some system-level parameters. The value in option changes to the value you specify with expr.
Syntax ASSIGN expr TO SYSTEM(option)
The following table describes each parameter of the syntax.
Parameter Description
2 Page width
3 Page length
5 Page number
7 Terminal type
For parameters 2, 3, and 5, expr must be numeric. For parameter 7, expr must be a string representing a valid terminal type and must be enclosed in quotation marks.
Examples In the following example, the program resets the page width to 40, page length to 30, and terminal type to vt100: ASSIGN 40 TO SYSTEM(2) ASSIGN 30 TO SYSTEM(3) ASSIGN "vt100" TO SYSTEM(7)
Related commands
Language Command UniData TERM For information, see the UniData Commands Reference.
--
This is out of the UniData 8.1 UniBasic manual:
ASSIGN The UniBasic ASSIGN command redefines some system-level parameters. The value in option changes to the value you specify with expr.
Syntax ASSIGN expr TO SYSTEM(option)
The following table describes each parameter of the syntax.
Parameter Description
2 Page width
3 Page length
5 Page number
7 Terminal type
For parameters 2, 3, and 5, expr must be numeric. For parameter 7, expr must be a string representing a valid terminal type and must be enclosed in quotation marks.
Examples In the following example, the program resets the page width to 40, page length to 30, and terminal type to vt100: ASSIGN 40 TO SYSTEM(2) ASSIGN 30 TO SYSTEM(3) ASSIGN "vt100" TO SYSTEM(7)
Related commands
Language Command UniData TERM For information, see the UniData Commands Reference.
If you are on Universe, the Universe BASIC Commands Reference
documents the SYSTEM() function. I'm not sure what you mean by
"undocumented system() calls".
On Mon, May 18, 2020 at 3:45 PM Ashley Chapman <ash.c...@gmail.com> wrote:
>
> Has anybody got a comprehensive reference to the undocumented system() calls? I'm particularly after the more obscure items and the use of "ASSIGN x TO SYSTEM(y)".
>
> I used to use http://www.rsusers.com/cms/pages/wiki.wsp?page=112 but it's gone dark for weeks now.
>
> Ashley
>
> --
> You received this message because you are subscribed to
> the "Pick and MultiValue Databases" group.
> To post, email to: mvd...@googlegroups.com
> To unsubscribe, email to: mvd...@googlegroups.com
> For more options, visit http://groups.google.com/group/mvdbms
> ---
> You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to mvd...@googlegroups.com.
> To unsubscribe, email to: mvd...@googlegroups.com
> For more options, visit http://groups.google.com/group/mvdbms
> ---
> You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to mvd...@googlegroups.com.
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
---
You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mvdbms+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mvdbms/16bb2af0-29f0-4868-b842-fb2d18e1ae33%40googlegroups.com.