Skip to main content
There is still missing internal functions not correctly recognized by the system. 

1- Referenced undefined function: SET.PTR
call !SET.PTR( channel$getval    , 250 , 100 , 0 , 0 , 3 , 'BANNER ':appid:'_getval.txt,BRIEF' ) 

2- Referenced undefined function: UDOGetLastError 
ERR2 = UDOGetLastError(ERR.CODE,ERR.MESSAGE)

3- Referenced undefined function: inOAS ...
which is a internal source code declared subroutine but the outline knows it as a function 
main:
a = ''
call insOAS(a) 
stop 

subroutine insOAS(a)
crt a 
return 
​


4- Referenced undefined function: SB.FILEVAR.S  ; where SB.FILEVAR.S is declared into .rmv/documentation/universe/custom.json ; hoover / intellitype knows it. (not connected mode)

5- variable not referenced. 
variables returned by 'creator' function like me.udo  into if UDOCreate((UDO$OBJECT,me.udo) then   
are not listed into OUTLINE as a variable. 


------------------------------
Manu Fernandes
------------------------------
There is still missing internal functions not correctly recognized by the system. 

1- Referenced undefined function: SET.PTR
call !SET.PTR( channel$getval    , 250 , 100 , 0 , 0 , 3 , 'BANNER ':appid:'_getval.txt,BRIEF' ) 

2- Referenced undefined function: UDOGetLastError 
ERR2 = UDOGetLastError(ERR.CODE,ERR.MESSAGE)

3- Referenced undefined function: inOAS ...
which is a internal source code declared subroutine but the outline knows it as a function 
main:
a = ''
call insOAS(a) 
stop 

subroutine insOAS(a)
crt a 
return 
​


4- Referenced undefined function: SB.FILEVAR.S  ; where SB.FILEVAR.S is declared into .rmv/documentation/universe/custom.json ; hoover / intellitype knows it. (not connected mode)

5- variable not referenced. 
variables returned by 'creator' function like me.udo  into if UDOCreate((UDO$OBJECT,me.udo) then   
are not listed into OUTLINE as a variable. 


------------------------------
Manu Fernandes
------------------------------
Thanks Manu, being progressed as engineering reference MVVS-447

------------------------------
Christian Bristow
TSE
Rocket Software Inc
------------------------------