Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
scrFindInArray
Ulabael
Jun 12th, 2022
(
edited
)
508
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
✅ Exploit 500$ in 15 Minutes F
JavaScript | 10 sec ago | 0.32 KB
Swapzone Glitch (Working)
Java | 12 sec ago | 0.06 KB
⭐ Instant Profit Method ⭐ D
JavaScript | 18 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 31 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 36 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes Z
JavaScript | 39 sec ago | 0.32 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 41 sec ago | 0.32 KB
⭐Swapzone Glitch (Working) K
JavaScript | 50 sec ago | 0.32 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!