SendToMemopad
Sends text to the Memopad using the PalmOs Exchangemanager
Download

SendToMemopad.zip (55 KB)

Functions definition

external "CASL_SendToMemopad";

function SendToMemoPad (string xTitle, string xText, numeric xNoGoto);
# Parameters:
#      xTitle  = Text to be displayed in the send dialog
#      xText   = Text that should be added to the MemopPad database
#      xNoGoto = true:  Memopad is not launched after this call, 
#                       the calling program is continued.
#              = false: MemoPad is launched after this call,
#                       the calling program is finished.
# Remark: 
# if the string contains more than 4000 charakters, it is automatically 
# separated into serveral Memopad entries!
#
end_external;
 

  © 2005 Ulrich Riepert / Authorized for posting at CASLSoft.com