Skip to content

no print message with percentage #30

@aeifr

Description

@aeifr

Version: R16

The plugin affects strings which are going to be printed.
It's not required to include the include file
This also affects format() and on top of this BlueG's mysql plugin.

` print("%Y %D %M");
print("%h:%i:%s %x");

print("Y D M");
print("h i s x");

print("%Y ");
print("%D ");
print("%M");

print("%h");
print("%i ");
print("%s");
print("%x");

`

Result
Y D M h i s x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions