[Date Prev][Date Next] [Thread Prev][Thread Next]
[Date Index] [Thread Index] [New search]

SOLVED: FDK:String to Int to DocObject



Thanks to Frank Elmore for the quick reply and solution:

Just use the F_StrAlphaToInt function as follows:

   F_ObjHandleT  docId = (F_ObjHandleT)F_StrAlphaToInt(stringVar);

where stringVar is a character string variable.

Rick

> Hello All,
>
> I am working on an FDK client that receives calls from other clients and
> scripts. Clients can only receive strings, but I want to pass in a
document
> object. So in my calling script, I am converting the document object to an
> integer and then a string. When I receive the string, I need to convert it
> to a document object. How do I do this with the FDK? Thanks in advance.
>
> Rick Quatro
> Carmen Publishing
> 585 659-8267
> rick@xxxxxxxxxxxxxxx
> www.frameexpert.com


** To unsubscribe, send a message to majordomo@xxxxxxxxx **
** with "unsubscribe framers" (no quotes) in the body.   **