Jump to content

Kod Hatası Var Ama Nasıl Çözerim?


felischaus
 Share

Recommended Posts

Arkadaşlar iyi günler öncelikle. Yazdığım bir programda, yazdığım kodun çalışmadığını gördüm. Burada 'a'ya bağlı değer hatası var diye anladım ama nasıl çözerim?

[i]a = Input.GetText("Input1");
b = Input.GetText("Input2");
c= a/2
if c<b then
xButton.SetVisible("xButton1", true);
Input.SetText("Input1", c);
end
a=""
b=""
c=""[/i]


Verilen Hata:
[i]Error. attemp to perform arithmetic on global 'a' (a string value)[/i]
[i]Stack Traceback:[/i]
[i]1:[xButton2->On Click]Line: 3 in main chunk[/i]
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...