No announcements
Found 2530626 threads
-
0 Votes
Windows Apps | WinJS.Binding.as returns function in a string mode
Thanks alot... but how do i do an eval() on that function to make it part of the <script> as a ...Answered | 2 Replies | 777 Views | Created by ErickBest1 - Thursday, May 1, 2014 11:40 AM | Last reply by ErickBest1 - Monday, May 12, 2014 6:03 AM -
0 Votes
Returning a string from a function
I have a function that should return a string.Answered | 2 Replies | 709 Views | Created by JonCSMcD - Tuesday, April 22, 2014 12:42 PM | Last reply by pascual79 - Tuesday, April 22, 2014 12:46 PM -
2 Votes
Comparison of string and value returned by function
Try using this instead: DataRow row = usernic.Tables[0].Rows[0]; if (row.Field<string>("ColumnNameHere") == ...Answered | 7 Replies | 1146 Views | Created by AnasbinMuslim - Thursday, December 6, 2012 4:30 PM | Last reply by A.m.a.L Hashim - Friday, December 7, 2012 3:34 AM -
3 Votes
Problem returning a string from a function...
return revch; } You've made the classic error of returning a pointer to a local variable (that ...Answered | 5 Replies | 1168 Views | Created by viiiiiicky - Thursday, February 14, 2013 12:16 PM | Last reply by viiiiiicky - Friday, February 15, 2013 3:03 AM -
1 Votes
Writing user-defines functions that return a task in C++ metro style app
The specific answer to your question is to use create_task, e.g: task<String^> GetStringVal() { // ...Answered | 1 Replies | 2327 Views | Created by its_me_here - Sunday, July 8, 2012 7:45 AM | Last reply by Steve Horne - Monday, July 9, 2012 9:11 PM -
0 Votes
Function working in Console app but not in Windows app
full code of function attached.Answered | 5 Replies | 2133 Views | Created by Compvishal08 - Sunday, September 13, 2020 6:58 AM | Last reply by Guido Franzke - Monday, September 14, 2020 6:53 AM -
1 Votes
help for function returning comma delimited string of values
I'd vote against any kind of direct loop to split a string since it's usually a perfromance killer if the length of the string is more than just a few ...Answered | 6 Replies | 4286 Views | Created by MKG2011 - Thursday, February 23, 2012 6:33 PM | Last reply by vinaypugalia - Friday, February 24, 2012 5:32 AM -
2 Votes
Dll Export function returning Ansi or Unicode strings
But if possible I'd like to understand exactly what happens on the client side when a string is returned or when a byte array is returned?Answered | 6 Replies | 2533 Views | Created by Dalai - Saturday, November 9, 2013 2:58 PM | Last reply by Scott McPhillips - Sunday, November 10, 2013 12:09 AM -
0 Votes
Min aggregate function returns empty string
Hi ABDUL-HAFEEZ, As you know the Min() function returns the minimum value of all non-null numeric values specified by the expression, because you have null ...Answered | 1 Replies | 796 Views | Created by ABDUL-HAFEEZ - Wednesday, January 28, 2015 10:14 PM | Last reply by Vicky_Liu - Thursday, January 29, 2015 1:29 AM -
0 Votes
Native C++ referencing C# function providing string argument and expecting string returned.
2.1 Your C++ app will have to be COM-aware and work with COM interfaces.Answered | 5 Replies | 1962 Views | Created by Lincoln_MA - Monday, October 22, 2012 10:34 PM | Last reply by Lincoln_MA - Tuesday, October 23, 2012 8:14 PM -
0 Votes
Unmanaged function call fails outside of debug mode
Second thing that comes to mind: You are not checking the return values of the native function calls.Answered | 1 Replies | 2081 Views | Created by GunBunDanbo - Monday, July 16, 2012 10:42 PM | Last reply by webJose - Tuesday, July 17, 2012 3:51 AM -
18 Votes
How is Function Main specified in a VB Windows App
This sets the proper thread type for a Windows Forms Application, STA.Answered | 17 Replies | 4131 Views | Created by A.M. Sabuncu - Wednesday, December 30, 2009 1:17 PM | Last reply by Rudedog2 - Wednesday, December 30, 2009 6:49 PM -
3 Votes
String Functions in VB10 Express
With a Windows Forms app, you need to qualify the function names as follows: The reason they need to be qualified ...Answered | 14 Replies | 1789 Views | Created by Don.Downs - Tuesday, July 30, 2013 9:35 PM | Last reply by Don.Downs - Friday, August 2, 2013 10:16 AM -
0 Votes
SSRS function to return part of string/Date etc
It returns values as, January, February ........., I want it to return as Jan, Feb, etc.Answered | 2 Replies | 3862 Views | Created by meemkay - Monday, July 20, 2009 8:48 AM | Last reply by Karenros - Monday, July 20, 2009 2:23 PM -
0 Votes
How to disable Read Only mode in Azure Function App?
It looks like ...Answered | 1 Replies | 17222 Views | Created by Mahdi aza - Wednesday, December 5, 2018 11:05 AM | Last reply by Alexey Rodionov (msft) - Thursday, December 6, 2018 12:33 AM -
4 Votes
Function missing 'Return' statement
This creates a non-declared local of the same name as the function - you can assign to the function name and if no 'Return' is encountered VB will ...Answered | 7 Replies | 5345 Views | Created by AlwaysLookOnTheBrightSideOfLife - Sunday, September 2, 2012 12:58 PM | Last reply by AlwaysLookOnTheBrightSideOfLife - Monday, September 3, 2012 8:47 AM -
1 Votes
String Function for repeating character string
You can use the StrDup function - Returns a string or object consisting of the specified character repeated the specified number of times.Answered | 10 Replies | 38105 Views | Created by Quentin Mayberry - Tuesday, November 21, 2006 4:52 PM | Last reply by Lucas Itamar - Wednesday, April 8, 2015 2:01 PM -
0 Votes
RLOCK() function returns false
(ISRLOCK() returns false) 2.Answered | 2 Replies | 1631 Views | Created by Creative_Pro - Wednesday, May 14, 2014 3:31 AM | Last reply by Pavel Celba - Wednesday, May 14, 2014 6:22 PM -
0 Votes
I have a function i did type of string how can i return two strings from in the function ?
I just Add - If you don't want to change the function signature, then you can concat Sub3 & Sub4 seperated by a delimiter.Answered | 3 Replies | 1937 Views | Created by chocolade - Thursday, July 21, 2011 9:50 AM | Last reply by Adavesh - Thursday, July 21, 2011 11:29 AM -
1 Votes
How can i return from this function also int and string ?
This is the function: private List<string> webCrawler(string url, int levels) ...Answered | 16 Replies | 1948 Views | Created by chocolade - Sunday, May 13, 2012 1:15 PM | Last reply by Sai Kumar Koona - Tuesday, May 15, 2012 7:18 AM - Items 1 to 20 of 2530626 Next ›
No announcements