Thread: Concatenating?
View Single Post
  #10  
Unread 06-23-2008, 06:24 PM
samejima samejima is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2005
Server: Unrest
Posts: 156
Default

Thanks a lot sounds annoying but an easy fix Still not understanding if statements though. Well at least I cant get them to work :/

I'm trying to compare a local text that stores a number to another value. so

temp_a=parent.1.localtext (lets say this is -1)
temp_b=Parent.2.localtext (lets say this is 2)
Btemp=(temp_a!=temp_b)
parent.window.visible=Btemp
Reply With Quote