Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.07 KB

rset-allowed-only-on-strings.md

File metadata and controls

26 lines (16 loc) · 1.07 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
RSet allowed only on strings
vblr6.chm1040145
vblr6.chm1040145
cf7a404b-de1f-501b-c961-011c46e460c8
06/08/2017
medium

RSet allowed only on strings

RSet is used to right align string data within fixed-length or variable-length strings. This error has the following cause and solution:

  • You tried to use the RSet statement on a variable that isn't a string.

    If appropriate, try converting the variable to a string. Otherwise, don't use RSet.

    Note Although the LSet statement can be used to assign the elements of oneuser-defined type variable to the elements of a different, but compatible, user-defined type, such assignments are discouraged because they can't be guaranteed to be portable.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

[!includeSupport and feedback]