Eyhra Posted January 5, 2023 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 7 Joined: 04/30/14 Last Seen: 4 hours ago Share Posted January 5, 2023 hi my problem [Error]: buildin_callfunc: Function not found! [PdA_Dot] my function function script PdA_Dot { set .@str$, getarg(0); for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3) set .@str$, insertchar(.@str$,".",.@i); return .@str$; } Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 13, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2368 Joined: 10/28/11 Last Seen: Tuesday at 02:49 PM Share Posted January 13, 2023 its not loaded in your server, or check for any related map-server error log in case it failed to execute Quote Link to comment Share on other sites More sharing options...
Question
Eyhra
hi my problem
[Error]: buildin_callfunc: Function not found! [PdA_Dot]
my function
function script PdA_Dot {
set .@str$, getarg(0);
for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3)
set .@str$, insertchar(.@str$,".",.@i);
return .@str$;
}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.