But… Does the AI have early access to OpenROS® 12.25?
![]()
If AI invents anything, it should first of all do as people who really have intelligence do…
Check first il those instructions exist...
About previous post, give this link to the AI:
Probably can learn something....
:global ip2array do={
:local ip [:toip $1]
:local array [:toarray ""]
:if ([:typeof $ip] != "ip") do={:return $array}
:set ($array->0) $ip
:set ($array->1) [:tonum (($ip >> 24) & 0.0.0.255)]
:set ($array->2) [:tonum (($ip >> 16) & 0.0.0.255)]
:set ($array->3) [:tonum (($ip >> 8 ) & 0.0.0.255)]
:set ($array->4) [:tonum (($ip >> 0) & 0.0.0.255)]
:return $array
}
space on forum between 8 and ) because if not present, is translated to the emoticon
...
I'm not saying it's the best possible script, but it's close to it, and above all... it works...