Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=desga2] In C++ you have NULL word to represent a null value but in K-Meleon Macro Language a null value is represented by an empty string "" or a 0 (zero). I think this can work: [code] iniwrite($_ini_Demo_Section, $_ini_Demo_Item, , $_ini_Demo_Path); [/code] In C++ a NULL can be any value type; a number, a string, a pointer, ... I think that in statement 1386: checkArgs(__FUNCTION__, data, 4); only check the parameter number and possibly the type of these (usually a string, exactly a pointer to a string). About cmd problem,, I think is the usual problem with double quotes in paths with spaces. Try this: [code] exec("cmd.exe /c del [b]\"[/b]".$_ini_Demo_Path[b]."\""[/b]); [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development