How do save a "value" into a word
such as word testingW="FF68" ??
then how do I convert it to an integer showing the - value ? (-152) - 2s complement, I think.
PLEASE NOTE: I am NOT wanting to print, just get a value o -152 that I can use in formulas etc. (not a Serial.print (testingW,DEC) type answer please).
The ONLY reason to convert it is for humans to view it.
If you don't wish to print or display it then you need not do anything.
to the Arduino it's all binary there is no other.