Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
scrFindInArray
Ulabael
Jun 12th, 2022
(
edited
)
472
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
optimize_performance.ps1
Batch | 4 min ago | 0.17 KB
shutdown_vm.cmd
Batch | 15 min ago | 0.17 KB
2025-06-11_stats.json
JSON | 21 min ago | 3.03 KB
2025-06-11_stats.json
JSON | 23 min ago | 3.03 KB
2025-06-11_stats.json
JSON | 24 min ago | 3.03 KB
mg-zg04w.mjs
JavaScript | 1 hour ago | 1.35 KB
download emojis
Python | 1 hour ago | 0.91 KB
BASEAddr
Lua | 2 hours ago | 3.50 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!