Macro: CLI_Get_Driver_Attribute

Module location: cli.pkg line 740 (view source)

***************************************************************************** *** CLI_Set_Driver_Atrtribute / CLI_Get_Driver_Attribute *** *** *** *** Set or get an attribute at driver level. These attributes, when set, *** *** will be set for the remainder of the session or until set again. To *** *** permanently set driver level attributes change the driver *** *** configuration file. *** *****************************************************************************

    Move (Repeat(Character(" "), 255)) To CLI$StrDummy
    Call_driver 0 !1 Function CLI_GETDRIVERATTRIBUTE Callback 0 Passing CLI$StrDummy CLI$IntDummy !2 Result CLI$IntDummy
    Move (Left(CLI$StrDummy, Pos(Character(0), CLI$StrDummy) - 1)) To !4