[prg] Re[2]: работают ли у кого эти функции?
Здравствуйте, i_chay.
отвечаю на письмо от 13 ноября 2020 г., 20:50:18:
ic> Следите за синтаксисом (регистр не играет роли):
ic> highword()
ic> lowword()
про эти речи нет они работают. из описания я так понялфункции отдают либо старшуюлибо младшую часть слова в десятичном исчеслении.
вот что я прочел в справке
Function: LowWord
Description
retrieves the low-order word from the specified value
Returns
Type: Int
Description: The low-order word from the specified value
Parameters
Param 1:
Type: Int
Description: Specifies the value to be converted.
Include: Required
Version
This function is available in the following releases:
JAWS 7.10 and later
Magic 10.5 and later
а те, которые я написал они не работают.. и должны отдавать правые 16 бит либо левые 16 бит из 32 битного слова как я понял в двоичной системе.
вот справка:
Function: LoWord
Description
Obtains the low-order 16-bits of a number.
Returns
Type: int
Description: the low-order 16-bits of the number.
Parameters
Param 1:
Type: int
Description: a 32-bit number which for the purposes of this function is always treated as unsigned.
Include: Required
Version
This function is available in the following releases:
JAWS 6.00 and later
Magic 10.5 and later
может я что-то нитак понял.