This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rtw_4.5:rtw_functions [2013/04/15 22:14] cjaeger [EXAMPLE] |
rtw_4.5:rtw_functions [2013/04/16 15:45] cjaeger [EXAMPLE] |
||
---|---|---|---|
Line 86: | Line 86: | ||
=RTINSERT(C15,"vsRMDS2","DTS", "MYREC", "BID") | =RTINSERT(C15,"vsRMDS2","DTS", "MYREC", "BID") | ||
- | <note>When inserting values with RTINSERT, the output cell may show an initial #N/A, This is intrinsic to how an RTD server works, data is not dropped. As soon as the actual value is available, OK is displayed, indicating that the insert was successful. For more information see: \\ | + | <note>When inserting values with RTINSERT, the output cell may show an initial #N/A, This is intrinsic to how an RTD server works, data is not dropped. As soon as the actual value is available, OK is displayed, indicating that the insert was successful. For more information see: |
- | 'http://msdn.microsoft.com/en-us/library/aa140060(v=office.10).aspx#odc_xlrtdfaq_whyalwaysna</note> | + | [[http://msdn.microsoft.com/en-us/library/aa140060(v=office.10).aspx#odc_xlrtdfaq_whyalwaysna|msdn.microsoft.com]]</note> |
===== RTINSERT (Engine-Specific) ===== | ===== RTINSERT (Engine-Specific) ===== | ||
Line 102: | Line 102: | ||
=RTINSERT_RFA (C15, "DTS", "MYREC", "BID") | =RTINSERT_RFA (C15, "DTS", "MYREC", "BID") | ||
- | <note>When inserting values with RTINSERT_RFA or RTINSERT_SFC, respectively, the output cell may show an initial #N/A, This is intrinsic to how an RTD server works, data is not dropped. As soon as the actual value is available, OK is displayed, indicating that the insert was successful. For more information see: \\ | + | <note>When inserting values with RTINSERT_RFA or RTINSERT_SFC, respectively, the output cell may show an initial #N/A, This is intrinsic to how an RTD server works, data is not dropped. As soon as the actual value is available, OK is displayed, indicating that the insert was successful. For more information see: [[http://msdn.microsoft.com/en-us/library/aa140060(v=office.10).aspx#odc_xlrtdfaq_whyalwaysna|msdn.microsoft.com]] </note> |
- | 'http://msdn.microsoft.com/en-us/library/aa140060(v=office.10).aspx#odc_xlrtdfaq_whyalwaysna</note> | + | |
===== PARSE_DATA ===== | ===== PARSE_DATA ===== | ||