<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by vivibuy88</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 14 Jun 2026 08:47:43 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Leading zeros</title>
            <link>http://forum.lowyat.net/topic/4136969</link>
            <description>Can anyone help me solve below question. I want to add leading zeros in front of the string but I can&amp;#39;t expected result. &lt;br /&gt;&lt;br /&gt;Ex: &lt;br /&gt;String numstr=&amp;quot;abc&amp;quot;;&lt;br /&gt;&lt;br /&gt;String decstr =&amp;quot;13.72&amp;quot;;&lt;br /&gt;&lt;br /&gt;String formatted =&amp;quot;&amp;quot;;&lt;br /&gt;String formatted1=&amp;quot;&amp;#39;;&lt;br /&gt;&lt;br /&gt;formatted= String.format(&amp;quot;%06d&amp;quot;,numstr);&lt;br /&gt;formatted1= String.format(&amp;quot;%08d&amp;quot;,decstr);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The output show : 06d    08d&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;My expected ressult should be : 000abc          , 000013.72</description>
            <author>vivibuy88</author>
            <category>Codemasters</category>
            <pubDate>Sun, 04 Dec 2016 18:06:16 +0800</pubDate>
        </item>
        <item>
            <title>Work and Travel</title>
            <link>http://forum.lowyat.net/topic/3488760</link>
            <description>Please provide some suggestion for below three agencies ( WORK AND TRAVEL)&lt;br /&gt;Anyone can share your experience ?&lt;br /&gt;&lt;br /&gt;1. Speedwing &lt;br /&gt;2. Out of the box &lt;br /&gt;3. Infinity abroad&lt;br /&gt;&lt;br /&gt;Which one would you guys choose ? &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>vivibuy88</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Tue, 03 Feb 2015 12:53:27 +0800</pubDate>
        </item>
        <item>
            <title>WORK AND TRAVEL</title>
            <link>http://forum.lowyat.net/topic/3482779</link>
            <description>I&amp;#39;m thinking of participate work and travel USA  but no idea which agencies is good&lt;br /&gt;Anyone can share your experience ?&lt;br /&gt;&lt;br /&gt;1. Speedwing &lt;br /&gt;2. Out of the box &lt;br /&gt;3. Infinity abroad&lt;br /&gt;&lt;br /&gt;Which one would you guys choose ? &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>vivibuy88</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Tue, 27 Jan 2015 21:50:33 +0800</pubDate>
        </item>
        <item>
            <title>Help me Visual Basic 2010 &amp;#33;</title>
            <link>http://forum.lowyat.net/topic/3272577</link>
            <description>&lt;span style='font-size:16pt;line-height:100%'&gt;&lt;b&gt;VISUAL BASIC &amp;#33; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;Please help me &amp;#33; I&amp;#39;m having error on &lt;br /&gt;408:&lt;br /&gt;       For csv_row = 3 To 3 + count_csv&lt;br /&gt;           unmount = sheet1.Range(csv_row, 8)   &lt;b&gt;HResult : 0 X800A03EC Exception from HResult&lt;/b&gt; &lt;br /&gt;           csv_location&amp;#036; = sheet1.Cells(csv_row, 4)&lt;br /&gt;           csv_location_Check&amp;#036; = sheet1.Cells(csv_row, 7)&lt;br /&gt;           If csv_location_Check&amp;#036; = &amp;quot;MP&amp;quot; Or csv_location_Check&amp;#036; = &amp;quot;TP&amp;quot; Then GoTo 408&lt;br /&gt;&lt;br /&gt;           For rmd_row = 13 To 13 + count_rmd&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;               Typ&amp;#036; = VB.Left(VB.Right(sheet2.Cells(rmd_row, 1), 36), 3)&lt;br /&gt;               CT&amp;#036; = VB.Left(VB.Right(sheet2.Cells(rmd_row, 1), 45), 6)&lt;br /&gt;               locate&amp;#036; = VB.Right(VB.Left(sheet2.Cells(rmd_row, 1), 7), 5)&lt;br /&gt;               locateLength&amp;#036; = VB.Left(VB.Right(locate&amp;#036;, 3), 1)&lt;br /&gt;               partNumber&amp;#036; = VB.Right(VB.Left(sheet2.Cells(rmd_row, 1), 27), 13)&lt;br /&gt;               partNumber2&amp;#036; = VB.Left(partNumber&amp;#036;, 1) + VB.Right(VB.Left(partNumber&amp;#036;, 5), 3) + VB.Right(VB.Left(partNumber&amp;#036;, 9), 3) + VB.Right(partNumber&amp;#036;, 2)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;              &lt;br /&gt;&lt;br /&gt;           Next&lt;br /&gt;           If sheet2.Cells(sheet2.Cells(locate&amp;#036;, 3), 1) = &amp;quot;&amp;quot; Then&lt;br /&gt;               locate2&amp;#036; = sheet2.Cells(locate&amp;#036;, 2) + &amp;quot;000&amp;quot; + sheet2.Cells(sheet2.Cells(locate&amp;#036;, 4), 1)&lt;br /&gt;               locate_rmd&amp;#036; = sheet2.Cells(locate&amp;#036;, 1) + sheet2.Cells(sheet2.Cells(locate&amp;#036;, 4), 1)&lt;br /&gt;           ElseIf sheet2.Cells(sheet2.Cells(locate&amp;#036;, 2), 1) = &amp;quot;&amp;quot; Then&lt;br /&gt;               locate2&amp;#036; = sheet2.Cells(locate&amp;#036;, 1) + &amp;quot;00&amp;quot; + sheet2.Cells(sheet2.Cells(locate&amp;#036;, 4), 2)&lt;br /&gt;               locate_rmd&amp;#036; = sheet2.Cells(locate&amp;#036;, 1) + sheet2.Cells(sheet2.Cells(locate&amp;#036;, 4), 2)&lt;br /&gt;           ElseIf sheet2.Cells(sheet2.Cells(locate&amp;#036;, 1), 1) = &amp;quot;&amp;quot; Then&lt;br /&gt;               locate2&amp;#036; = sheet2.Cells(locate&amp;#036;, 1) + &amp;quot;0&amp;quot; + sheet2.Cells(sheet2.Cells(locate&amp;#036;, 4), 3)&lt;br /&gt;               locate_rmd&amp;#036; = sheet2.Cells(locate&amp;#036;, 1) + sheet2.Cells(sheet2.Cells(locate&amp;#036;, 4), 3)&lt;br /&gt;           Else&lt;br /&gt;               locate2&amp;#036; = locate&amp;#036;&lt;br /&gt;               locate_rmd&amp;#036; = locate&amp;#036;&lt;br /&gt;           End If&lt;br /&gt;&lt;br /&gt;           If unmount&amp;#036; &amp;lt;&amp;gt; &amp;quot;n.b.&amp;quot; And csv_location&amp;#036; = locate_rmd&amp;#036; Then&lt;br /&gt;               For eBom_row = 14 + i To count_rmd&lt;br /&gt;                   If CT&amp;#036; = &amp;quot;TOP&amp;quot; And Typ&amp;#036; = &amp;quot;smd&amp;quot; Then&lt;br /&gt;                       top_comp = top_comp + 1&lt;br /&gt;                       i = i + 1&lt;br /&gt;                       sheet3.Cells(eBom_row, 4) = partNumber2&amp;#036;&lt;br /&gt;                       sheet3.Cells(eBom_row, 3) = locate2&amp;#036;&lt;br /&gt;                       sheet3.Cells(eBom_row, 6) = &amp;quot;CT&amp;quot;&lt;br /&gt;                       Exit For&lt;br /&gt;                   ElseIf CT&amp;#036; = &amp;quot;BOTTOM&amp;quot; And Typ&amp;#036; = &amp;quot;smd&amp;quot; Then&lt;br /&gt;                       smd_bot = smd_bot + 1&lt;br /&gt;                       Exit For&lt;br /&gt;                   ElseIf Typ&amp;#036; &amp;lt;&amp;gt; &amp;quot;smd&amp;quot; And Typ&amp;#036; &amp;lt;&amp;gt; &amp;quot;&amp;quot; Then&lt;br /&gt;                       error_ma = error_ma + 1&lt;br /&gt;                       ma_txt.Text = ma_txt.Text &amp;amp; vbNewLine &amp;amp; &amp;quot;Please define indertion &amp;quot; &amp;amp; locate2&amp;#036;&lt;br /&gt;                       Print(3, &amp;quot;Please define&amp;quot; &amp;amp; locate2&amp;#036;)&lt;br /&gt;                       Exit For&lt;br /&gt;                   End If&lt;br /&gt;               Next&lt;br /&gt;           End If&lt;br /&gt;           If unmount&amp;#036; = &amp;quot;n.b.&amp;quot; And csv_location&amp;#036; = locate_rmd&amp;#036; Then&lt;br /&gt;               error_nb = error_nb + 1&lt;br /&gt;               unmount_txt = unmount_txt.Text &amp;amp; vbNewLine &amp;amp; csv_location&amp;#036; &amp;amp; &amp;quot;-&amp;quot; &amp;amp; sheet1.Cells(csv_row, 7)&lt;br /&gt;               Print(1, csv_location&amp;#036; &amp;amp; &amp;quot;-&amp;quot; &amp;amp; sheet1.Cells(csv_row, 7))&lt;br /&gt;           ElseIf csv_location&amp;#036; = rmd_location&amp;#036; Then&lt;br /&gt;               Exit For&lt;br /&gt;           End If&lt;br /&gt;       Next&lt;br /&gt;&lt;br /&gt;       &amp;#39;check for CB&lt;br /&gt;       m = 0&lt;br /&gt;       smd_top = 16 + i&lt;br /&gt;       Bot_exit = 0&lt;br /&gt;       Bot_comp = 1&lt;br /&gt;       If smd_bot &amp;lt;&amp;gt; 0 Then&lt;br /&gt;           For csv_row = 3 To 3 + count_csv&lt;br /&gt;               unmount&amp;#036; = sheet1.Cells(csv_row, 8)&lt;br /&gt;               csv_location&amp;#036; = sheet1.CellS(csv_row, 4)&lt;br /&gt;               csv_location_Check&amp;#036; = sheet1.Cells(csv_row, 7)[attachmentid=4031686][attachmentid=4031687][attachmentid=4031686][attachmentid=4031687]</description>
            <author>vivibuy88</author>
            <category>Codemasters</category>
            <pubDate>Sat, 28 Jun 2014 12:41:13 +0800</pubDate>
        </item>
    </channel>
</rss>
