Files
RCBASIC4/doc/files/runtime_utility_message.html
2024-12-14 15:28:03 -05:00

20 lines
570 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Runtime_Utility_Message$ [RCBasic Doc] </title>
</head>
<body>
<p><h2>function Runtime_Utility_Message$(arg$) </h2></p>
<p>
Passes arg$ to the rc_intern_runtime_utility() function in the rc_media.h file. The function returns a string.
</p>
<p>
Note: On IOS there a file in the project called rcbasic_ios_native.h which is already setup for you to add your C++ code.
</p>
<p>
</body>
</html>