Jump to content

Formul Atamak


sevcankonak
 Share

Recommended Posts

[img]http://i.imgur.com/gt6vN.png[/img]

Yukardaki gibi bişey yaptım Çöz butonuna şu kodu yazdım ;

[quote]topla1 = Input.GetText("Input1");
topla2 = Input.GetText("Input2");
Input.SetText("Input3", "Topla1" + "Topla2");[/quote]

Ama hata veriyor sorun bende galiba ?

Link to comment
Share on other sites

  • Editor

topla1 = Input.GetText("Input1");
topla2 = Input.GetText("Input2");
Input.SetText("Input3",topla1 + topla2);



bu şekilde çalışır

Link to comment
Share on other sites

Hayır denedim hata veriyor daha önce öyle denemiştim zaten.

Hata bu :

[img]http://i.imgur.com/fSPl6.png[/img]

Kedice kardeş seninkinde de hata veriyor...

[color="#FF0000"]EDİT[/color] = [color="#0000FF"]KintaRo[/color] abim sayesinde sorun çözülmüştür buyrun apz ;

[quote]http://www.mediafire.com/?3xv96gehk0q3kia[/quote]

İndirmek istemiyen bu resimdekileri oluşturup kodları butonuna yazsın.

[img]http://i.imgur.com/gt6vN.png[/img]

On click :

[quote]ilksayi = Input.GetText("Input1");
ikicisayi = Input.GetText("Input2");

mats = String.ToNumber(ilksayi)
matz = String.ToNumber(ikicisayi)

sonuc = (ilksayi + ikicisayi)

Input.SetText("Input3", sonuc)[/quote]

Çalışıyor :

[img]http://i.imgur.com/jmPDt.png[/img]

Edited by HalilYanar
Link to comment
Share on other sites

[quote name='sevcankonak' date='11 May 2012 - 15:26 ' timestamp='1336739193' post='1199675']
bölme işlemine ne yapacaz (*)bumu yada (/) örnek apz yokmu
[/quote]

[b]bölme işlemi için "/" kullanınız. Tırnaklar olmadan. "*" çarpma işleminde kullanılır.[/b]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...