No announcements
Found 3250616 threads
-
0 Votes
Format dimension attribute with leading zero
I am afraid you will be able to achive this by using formatting as it needs to be converted into varchar to display in the required format with trailing zeros.Answered | 4 Replies | 6515 Views | Created by Uwe Braunholz - Friday, May 20, 2011 9:33 AM | Last reply by Uwe Braunholz - Monday, May 23, 2011 3:07 PM -
6 Votes
Remove leading zero in a column
Since you did not bother with DDL, I will guess that this column is all digits or leading spaces.Answered | 6 Replies | 6785 Views | Created by Tech_consultant - Friday, October 5, 2012 6:13 AM | Last reply by Kent Waldrop - Friday, October 5, 2012 5:25 PM -
0 Votes
Hex string to byte array
I can now get on with what I AM good at.Answered | 21 Replies | 30722 Views | Created by Lingoer - Saturday, August 4, 2012 3:05 AM | Last reply by Lingoer - Tuesday, August 7, 2012 12:08 PM -
2 Votes
leading zeroes
I have written following code in script componet Inherits UserComponent Dim A As String PublicAnswered | 10 Replies | 4284 Views | Created by NSG12 - Wednesday, August 26, 2009 9:12 PM | Last reply by NSG12 - Thursday, August 27, 2009 4:07 PM -
0 Votes
leading zero
I am try to get how long it will take to finished one transaction .Answered | 6 Replies | 1073 Views | Created by shimam - Thursday, January 22, 2015 5:05 PM | Last reply by Prashanth Jayaram - Thursday, January 22, 2015 7:08 PM -
0 Votes
I'm trying to get Infopath to assign a change number with leading zeros
I have 10 digit number but my client is asking searching leading zeros in sharepoint How can i search leading ...Answered | 7 Replies | 10098 Views | Created by Peter_Atherton - Tuesday, July 12, 2011 9:22 PM | Last reply by VENKATESH RAJU SAMMIT - Wednesday, November 14, 2018 5:10 AM -
0 Votes
Remove the leading Zero's and reduce length
So, suppose we have a string 'ABC' If we specify 2 for the second argument and length of the string as the last ...Answered | 11 Replies | 14381 Views | Created by Paul Fallows - Tuesday, May 31, 2011 6:13 PM | Last reply by Naomi N - Friday, June 10, 2011 11:57 AM -
2 Votes
Want to match any hex string except 0*
I have some hex strings as input data.Answered | 3 Replies | 4101 Views | Created by mlcook - Thursday, August 21, 2008 3:54 PM | Last reply by mlcook - Friday, August 22, 2008 1:07 PM -
0 Votes
leading zeros with employee number column
Because when I open the csv file with Notepad, it displays data with leading zeros.Answered | 2 Replies | 1002 Views | Created by srinivas india - Monday, July 20, 2015 6:37 PM | Last reply by Katherine Xiong - Tuesday, July 21, 2015 7:55 AM -
0 Votes
Include Leading zeros while loading Excel file.
It will be INT I guess, if that is the case convert to DT_STR or DT_WSTR so that it does not convert string to number and in that case you should retain those ...Answered | 12 Replies | 4251 Views | Created by Eforc - Monday, July 25, 2016 7:38 AM | Last reply by Eforc - Wednesday, August 3, 2016 7:07 AM -
12 Votes
Convert decimal string to hex string?
I add here the reverse conversion: Hex string to int string string sHex = "8000"; int iNumber = ...Answered | 3 Replies | 80235 Views | Created by mihooper - Friday, November 4, 2005 1:30 PM | Last reply by Dr. Luiji - Friday, January 25, 2008 3:08 PM -
3 Votes
wcout - display of binary and leading zeros?
Best regards, Jesse Jesse Jiang [MSFT] MSDN Community Support | Feedback to ...Answered | 7 Replies | 4941 Views | Created by Gerry Hickman - Monday, August 1, 2011 10:34 AM | Last reply by Jesse Jiang - Thursday, August 4, 2011 3:05 AM -
1 Votes
C# Breaking up a hex string
Hi guys, I've been trying to write a small app to decode a hex string into decimal.Answered | 2 Replies | 3083 Views | Created by car973g - Tuesday, March 30, 2010 9:58 AM | Last reply by car973g - Tuesday, March 30, 2010 11:57 AM -
2 Votes
How do I make String into Integer array?
Hello, Try this Dim Value As String = "12345678" Dim Values As New List(Of String) For Each c In Value ...Answered | 3 Replies | 810 Views | Created by Lik Kan Chung - Tuesday, June 24, 2014 5:42 PM | Last reply by Kareninstructor - Wednesday, June 25, 2014 1:08 PM -
0 Votes
Convert System.IntPtr to Hex String?
Dim address As New IntPtr(123456)MessageBox.Show(address.ToString("x8")) ' Capital X for uppercase hexAnswered | 4 Replies | 10408 Views | Created by Rehabilitated - Monday, January 26, 2009 3:49 PM | Last reply by jo0ls - Monday, January 26, 2009 8:43 PM -
0 Votes
Convert string with hex-values to chars
link given below contains the sample to convert the string to ...Answered | 9 Replies | 3841 Views | Created by HenkMan - Thursday, November 27, 2008 10:54 AM | Last reply by Mahendran Arumugam - Thursday, November 27, 2008 1:09 PM -
0 Votes
How can I allow leading zeros for X12 GS06?
PartyA Tab Under Transaction Set Settings -> Validation Node Add the Transaction Type PartyA receives from PartyB and Enable Allow leading and ...Answered | 4 Replies | 9547 Views | Created by ptatssi - Tuesday, December 21, 2010 3:30 AM | Last reply by Sinosky.lin - Wednesday, December 22, 2010 7:00 AM -
0 Votes
Convert hex string to double in vb.net
I want to convert hex string length of 8 byte For eg hex string= ...Answered | 3 Replies | 3930 Views | Created by RahulChalkhure - Monday, February 16, 2015 6:47 AM | Last reply by Paul Ishak - Monday, February 16, 2015 8:16 AM -
3 Votes
Leading zero's in a query builder
Humm, I get a "failed to get schema message".Answered | 6 Replies | 3171 Views | Created by alltaken - Wednesday, May 4, 2011 6:00 PM | Last reply by Mike Feng - Friday, May 13, 2011 7:13 AM -
0 Votes
Leading zero disapearing
Hi, How do I keep the leading zeros???Answered | 6 Replies | 3769 Views | Created by Mylen33 - Thursday, June 24, 2010 4:47 PM | Last reply by Mylen33 - Friday, June 25, 2010 3:21 PM
No announcements