Thread: Concatenating?
View Single Post
  #1  
Unread 06-22-2008, 12:49 AM
samejima samejima is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2005
Server: Unrest
Posts: 156
Default Concatenating?

Is there anyway to do this?
Code:
<Button Name="reset" OnPress="Temp=Parent.Input.Localtext
Parent. ## Temp ## .Visible=true" ScrollExtent="64,32" Size="64,32" Visible="false" />
Ideally I want to pull the number from input and show a window based on that number. I hope people understand what I'm trying to say.
Reply With Quote