Lompat ke konten Lompat ke sidebar Lompat ke footer

Download Smart Indenter v3.5 FULL for VB6

kemarin ada yang bertanya ke saya via ym tentang bagaimana cara indent source code/coding vb6 secara otomatis? ada yang belum tahu indent? indent adalah format "menjorok" agar source code/coding mudah dibaca/difahami terutama untuk bagian yang banyak IF THEN ELSE nya, contoh :
if .. then
if...then
elseif..then
if..then
elseif.. then
select case ..
case...
case else
if..then
elseif..then
else
end if
end select
end if
end if
end if

Bingung kan bacanya ? dengan SmartIndenter itu akan mudah untuk memformatnya :
if .. then
    if...then
    elseif..then
        if..then
        elseif.. then
            select case ..
            case...
            case else
                if..then
                elseif..then
                else
                end if
            end select
        end if
    end if
end if

saya akan share add-on nya untuk VB6, kita bisa format per-sub/procedure, per-module dan bahkan per-project. 
Untuk di VBNET tidak perlu ada tambahan software untuk melakukan hal ini, VBNET sudah otomatis realtime Indenting Source Code.
 Download Smart Indenter v3.5 Full
Tags:
download add on vb6 free, free code indenter for vb6,  cara format rapi coding vb6

Posting Komentar untuk "Download Smart Indenter v3.5 FULL for VB6"