VBScript Anlamak

0 Cevap php

I `PHP dönüştürme m bir VBScript var, eğer mümkünse, HTML / PHP benzer bir yöntem ile sağlamak beni de ... Ben` t anlamıyorum ve `t çıkışını biliyorum kısmı hae

TextBox1.Value = 1#
txtTurnoverIncl = TextBox1
Format(CDbl(txtTurnoverExcl.Text) * _
                             CDbl(txtRoyalty.Text) / 100, "#,##0.00")
If txtTurnoverExcl.Text <> "" Then
Format(Round(.Text * 14 / 114, 2), "#,##0.00")
TextBox1 = Now()
TextBox3 = Date
TextBox4 = Format(MyDate, "dddd")

Ve bu fonksiyonu:

Private Function SumCashUp() As Double
    Dim i As Long
    Dim tmp As Double
    For i = 10 To 12
        With Me.Controls("TextBox" & i)
            If IsNumeric(.Text) Then
                tmp = tmp + CDbl(.Text)
            End If
        End With
    Next i
    SumCashUp = tmp
End Function

Ben thats bütün sanırım.

0 Cevap