Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
scrFindInArray
Ulabael
Jun 12th, 2022
(
edited
)
381
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
function scrFindInArray(array, value)
{
if is_array(array)
{
for (var i = 0; i < array_length(array); i++)
{
if array[i] == value
{
return i
}
}
return noone
}
else
{
return noone
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ get any gift card for FREE⭐ NQ
JavaScript | 2 sec ago | 0.18 KB
HOW I MADE $10000 IN 10 DAYS EBOOKvsj
JavaScript | 2 sec ago | 0.07 KB
⭐ GET 5OO$ GIFT CARD AS
JavaScript | 2 sec ago | 0.18 KB
[NOOB FRIENDLY] Earn $4000 Monthly Working Pa...
JavaScript | 6 sec ago | 0.07 KB
$6000/DAY ==> THE ONLY WORKING STRATEGY RI...
JavaScript | 6 sec ago | 0.07 KB
⭐️ EARN $500 INSTANTLY 92
JavaScript | 6 sec ago | 0.18 KB
Amazon Gift cards LEAKED
JavaScript | 7 sec ago | 0.09 KB
⭐ giftcards for free
JavaScript | 8 sec ago | 0.05 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!