Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #4K
~4K People Reached

6 Posted Topics

Member Avatar for tux4life

Works only for ASCII. Your résumé will be uppercased to RéSUMé or bungle the e with accent. Nice, isn't it?

Member Avatar for William Hemsworth
0
3K
Member Avatar for sfener06

When you open SQL Server Management Studio, you see SQL Server Agent. You can define jobs in the SQL Server Agent to be executed regularly at specified times.

Member Avatar for kvprajapati
0
73
Member Avatar for winrawr

Unicode? Not sure, but it seems to me that Visual Basic passes strings in UTF-16 encoding and you are trying to convert from or to ASCII. What happens if non-ASCII characters (like accented or Chinese ones) are used?

Member Avatar for winrawr
0
150
Member Avatar for knowledgelover

I would google for "commandline book". Depends what flavor of Unix you are using. There are Linux, BSD, Solaris, Mac OS X. Perhaps this quite old book would be nice for you? [url]http://oreilly.com/catalog/9780596003302/[/url]

Member Avatar for knowledgelover
0
159
Member Avatar for yigster
Member Avatar for jephthah

Back to the topic. I have another solution. The capacity of the array must be known to the function. If the capacity is not hardcoded or saved in a global variable, you need to pass it to the function. Narue proposed to pass it in a second parameter. Another solution …

Member Avatar for nalply
0
522

The End.