Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How i replace *Text* whit *Value*? [closed]

Asked by
Gigaset39 111
2 years ago

i got a lot of:

 hint.Text = "Welcome"
 hint.Text = "Let play"

And i want to replace all the Text whit Value,so is gona be:

 hint.Value = "Welcome"
 hint.Value = "Let play"

is there a faster whay than doing it manualy? i want to replece the Text words just in a Script.

0
I found out. press ctrl + shift + f , instert *Text* then click the down arrow and go to !Replace whit! and insert *Value*. Gigaset39 111 — 2y

Locked by Shawnyg

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?