[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: "Framers List" <framers@xxxxxxxxxxxxxx>, <framers@xxxxxxxxx>
Subject: SOLVED: FDK:String to Int to DocObject
From: "Rick Quatro" <frameexpert@xxxxxxxxxxxx>
Date: Sat, 5 Mar 2005 14:02:33 -0500
Delivered-to: jeremyg-freeframers:org-ffarchiv@freeframers.org
References: <LYRIS-130065-1928434-2005.03.05-10.53.13--rick#frameexpert.com@lists.FrameUsers.com>
Sender: owner-framers@xxxxxxxxx
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. **