I've noticed that a packed number (5,2) has an intrinsic of AsDisplayString, this has parameters of BareString_L...., EditString_ & NumString..
I can't find any documentation of these values online. What do they do?
AsDisplaystring
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: AsDisplaystring
Jim,
Try here: http://docs.lansa.com/14/EN/LANSA016/PR ... String.htm
Packed strings use the same intrinsic logic as for FixedPointIntrinsics.asDisplayString.
Essentially, this will allow you to format the number using the various options (see the link for details).
B.
Try here: http://docs.lansa.com/14/EN/LANSA016/PR ... String.htm
Packed strings use the same intrinsic logic as for FixedPointIntrinsics.asDisplayString.
Essentially, this will allow you to format the number using the various options (see the link for details).
B.
Re: AsDisplaystring
Thanks guys, I was looking in the Technical Reference Guide.
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: AsDisplaystring
F1 on a word in the source editor should take you to the appropriate help for the feature.