10 6 4 AsDBCSFixedChar

LANSA Technical

10.6.4 AsDBCSFixedChar

AsDBCSFixedChar returns the subject string as a DBCS string of the length specified in the TargetLength Parameter, ensuring that any DBCS characters remain fully formed and are not truncated.

Input Parameters

TargetLength – Length of the returned string

Example

 

#String40 := #String256.AsDBCSFixedChar(40)

 

 Ý 10.6 Alphanumeric/String Intrinsic Functions