PGAGetStringLength - Returns the string length
ctx - context variable
none
#include "pgapack.h"
int PGAGetStringLength(ctx)
PGAContext *ctx
pga.c
Example:
PGAContext *ctx;
int stringlen;
:
stringlen = PGAGetStringLength(ctx);
05/01/95 PGAGetStringLength(8)