Microsoft KB Archive/50400: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (X010 moved page Microsoft KB Archive/Q50400 to Microsoft KB Archive/50400 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
In Microsoft Word version 5.0, a macro variable that is assigned a text string may become scrambled. To reproduce this problem, run the following macro:
In Microsoft Word version 5.0, a macro variable that is assigned a text string may become scrambled. To reproduce this problem, run the following macro:


&lt;<set temp = "Hello World">&gt;&lt;<temp>&gt;
<<set temp = "Hello World">><<temp>>


The result is a block character printed for each of the characters in the string instead of the character.
The result is a block character printed for each of the characters in the string instead of the character.

Latest revision as of 19:24, 12 August 2020

Word 5.0: Corrupted Text in Macro Variable

PSS ID Number: Q50400 Article last modified on 11-02-1994

5.00

MS-DOS

SUMMARY

In Microsoft Word version 5.0, a macro variable that is assigned a text string may become scrambled. To reproduce this problem, run the following macro:

<<set temp = "Hello World">><<temp>>

The result is a block character printed for each of the characters in the string instead of the character.

Microsoft has confirmed this to be a problem in Word version 5.0. This problem was corrected in Word version 5.5.

KBCategory: kbother kbmacro KBSubcategory: Additional reference words:

============================================================================= Copyright Microsoft Corporation 1994.