Eyhra Posted January 5, 2023 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
0 Emistry Posted January 13, 2023 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
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$;
}
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.