Excel: Second Argument in POKE Should Contain BackslashID: Q96559
|
The first example for the POKE() function in the version 5.0 "Online Help" and the version 4.0 "Microsoft Excel Function Reference" is incorrect. If you try to use the example given to poke data to item_text "StatOfDoc", you will receive a #REF! error value. The example should contain a backslash ("\") in the second argument.
POKE(SendChanl,"StartOfDoc",C3)
POKE(SendChanl,"\StartOfDoc",C3)
Additional query words:
Keywords :
Version : 4.00 4.00a 5.00
Platform : WINDOWS
Issue type :
Last Reviewed: March 30, 1999