Back to SPR List Previous Next
VARPOSIT function has changed
New Feature Closed - Feature Found:XS.01.11 21 MAY 2009 Fixed:XS.01.12 21 MAY 2009

DETAILS
 VARPOSIT used to return the internal position in the data record for the start of the
 variable data.
 This should be meaningless to the pql programmer.
 The function now returns the variable's ordinal in the record definition.
EXAMPLE PROGRAM
 program
 write [VARPOSIT(1,"GENDER")]
 end program
WORKAROUND
Back to SPR List Previous Next