Ask a Question related to UNIX Programming, Design and Development.
-
Madan #1
Re: xdr variable length arrays
Madan <mvatten@cs.rmit.edu.au> wrote:
> Craig Maloney <cmaloney@physics.ucsb.edu> wrote:> Not 100% sure but what I think is that you are looking after the key word
> "Opaque". Using this you can handle char* rather than char[n] (example only).
Have a look at
man -s 3nsl xdr_opaque
for more accurate help.
>> Does anyone know how to peek at the length of a variable length xdr
>> array before I deserialize it so that I can allocate properly?>> Thanks in advance,
>> Craig> Hope This helps.--> --
Madan Mohan
Madan Guest
-
REFindNoCase with variable length string
regexpClause = "REFindNoCase('^{" & numLength & "}+$',str)"; if (regexpClause) { return true; } It errors out saying the expression needs a... -
Getting last 5 chars of variable length string
TIA for any help on this. I have a database field that is a variable length string. I need to process some stuff IF and only if the string ends in... -
length of a session variable
how many characters can a session variable be? and what is the longest variable? -
Diagonal strikethrough of tagged (variable length) text
We're building an automated price print solution for one of our customers, and they require a diagonal strikethrough (bottom-left to top-right, if... -
SQL and variable position and length inserts
My question is this: I would like to create a stored procedure where the client application that executes that query can pass a starting field by...



Reply With Quote

