Files
RCBASIC4/doc/doc_files/runtime_utility_message.html
2024-10-27 11:52:28 -04:00

20 lines
571 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>