HPlogo 900 Series HP 3000 Computer Systems: MPE/iX Intrinsics Reference Manual > Chapter 4 Command Definitions

NLFMTLONGCAL

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

NM and CM callable.

Formats the supplied date according to the long calendar format. The formatting is done according to the template returned by NLINFO itemnum=30.

Syntax

                 LV    BA     IV     LA

   NLFMTLONGCAL(date,string,langnum,error)

Parameters

date

logical by value (required)

Contains the date format returned by the CALENDAR intrinsic:

BitsValue/Meaning
7:9Day of year
0:7Year of century

string

byte array (required)

Contains the formatted long calendar date, padded with blanks if necessary.

langnum

integer by value (required)

Contains the language ID number, specifying which format to use.

error

logical array (required)

Returns two elements: the first element is the error number; the second element is reserved and always returns 0. The possible error number values are:

ValueMeaning
0Successful
1*NLS not installed
2*Specified language not configured
3Invalid date format
4*NLS internal error
5*NLS internal error
6*NLS internal error

* Do not apply to calls with a langnum equal to 0 (NATIVE3000/XL).

Operation Notes

Split-stack calls are not permitted.

Related Information

Intrinsics

NLCONVCLOCK, NLCONVCUSTDATE, NLFMTCALENDAR, NLFMTCLOCK, NLFMTCUSTDATE, NLFMTDATE

Commands

None

Manuals

Native Language Programmer's Guide (32650-90022)

Feedback to webmaster